UNPKG

playable

Version:

Video player based on HTML5Video

8 lines (7 loc) 141 B
declare type IRGB = { r: number; g: number; b: number; }; declare function hexToRgb(hex: string): IRGB; export default hexToRgb;