1
0
mirror of https://gitee.com/onvia/ccc-tnt-psd2ui synced 2025-01-20 18:01:05 +00:00
2023-07-24 10:36:46 +08:00

2 lines
131 B
TypeScript

export declare function decodeJpeg(encoded: Uint8Array, createImageData: (width: number, height: number) => ImageData): ImageData;