UNPKG

@alttiri/get-image-data

Version:

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

4 lines (3 loc) 185 B
export { getImageDataWithSharp } from "./src/get-with-sharp.js"; export { getImageDataWithCanvas } from "./src/get-with-canvas.js"; export type { ImageDataLike } from "./src/types.js";