UNPKG

avecolor

Version:

A lightweight JavaScript utility to extract the average color from any image. Supports HEX or RGB output.

15 lines (14 loc) 301 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "Node", "outDir": "dist", "declaration": true, "declarationMap": true, "esModuleInterop": true, "strict": true, "skipLibCheck": true }, "include": ["index.ts"] }