UNPKG

ambilighter

Version:

Ambilight around the video, image or canvas HTML elements

17 lines (11 loc) 246 B
import { IOptions } from './options.interfaces'; export interface IAmbilighter { el: HTMLElement; options: IOptions; /** * Hooks */ onLoad (): void; onUpdate (): void; onDestroy (): void; };