UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

8 lines 262 B
import { Image } from '../Image.js'; /** * Decode a PNG. See the fast-png npm module. * @param buffer - The data to decode. * @returns The decoded image. */ export declare function decodePng(buffer: Uint8Array): Image; //# sourceMappingURL=decodePng.d.ts.map