UNPKG

fast-average-color

Version:

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

3 lines (2 loc) 250 B
import { FastAverageColorAlgorithmOptions, FastAverageColorRgba } from '../index'; export declare function simpleAlgorithm(arr: number[] | Uint8ClampedArray | Uint8Array, len: number, options: FastAverageColorAlgorithmOptions): FastAverageColorRgba;