UNPKG

@alttiri/get-image-data

Version:

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

3 lines (2 loc) 193 B
import { ImageDataLike } from "./types.js"; export declare function getImageDataWithSharp(inputData: string | ArrayBufferLike | ArrayBufferView, longPathFix?: boolean): Promise<ImageDataLike>;