UNPKG

ambilighter

Version:

Ambilight around the video, image or canvas HTML elements

9 lines (6 loc) 99 B
export interface IColor { r: number; g: number; b: number; a: number; };