mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 19:19:47 +00:00
Compile JXL encoder
This commit is contained in:
9
codecs/jxl_enc/jxl_enc.d.ts
vendored
Normal file
9
codecs/jxl_enc/jxl_enc.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// import { EncodeOptions } from '../../src/codecs/avif/encoder-meta';
|
||||
|
||||
interface JXLModule extends EmscriptenWasm.Module {
|
||||
encode(data: BufferSource, width: number, height: number): Uint8Array;
|
||||
free_result(): void;
|
||||
}
|
||||
|
||||
|
||||
export default function(opts: EmscriptenWasm.ModuleOpts): JXLModule;
|
||||
Reference in New Issue
Block a user