UNPKG

fast-average-color

Version:

A simple library that calculates the average color of images, videos and canvas in browser environment.

7 lines (6 loc) 143 B
import { FastAverageColor } from './index'; declare global { interface Window { FastAverageColor: typeof FastAverageColor; } }