UNPKG

@alttiri/get-image-data

Version:

A simple library to get ImageData on Node.js and browsers

7 lines (6 loc) 140 B
export type ImageDataLike = { data: Uint8ClampedArray; width: number; height: number; colorSpace: "srgb" | "display-p3"; };