mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2025-01-27 21:41:09 +00:00
2 lines
131 B
TypeScript
2 lines
131 B
TypeScript
|
export declare function decodeJpeg(encoded: Uint8Array, createImageData: (width: number, height: number) => ImageData): ImageData;
|