UNPKG

lightningimg

Version:

A blazing fast, transparent, and safe image converter powered by WebAssembly. Convert PNG, JPG, TIFF, and GIF images to optimized WebP format with high performance and cross-platform compatibility.

15 lines (14 loc) 919 B
/* tslint:disable */ /* eslint-disable */ export const memory: WebAssembly.Memory; export const init_panic_hook: () => void; export const convert_image_buffer: (a: number, b: number, c: number, d: number, e: number) => void; export const is_supported_format: (a: number, b: number) => number; export const get_image_info: (a: number, b: number, c: number) => void; export const process_directory: (a: number, b: number, c: number, d: number, e: number) => void; export const process_directory_destructive: (a: number, b: number, c: number, d: number) => void; export const __wbindgen_export_0: (a: number, b: number, c: number) => void; export const __wbindgen_export_1: (a: number) => void; export const __wbindgen_export_2: (a: number, b: number) => number; export const __wbindgen_export_3: (a: number, b: number, c: number, d: number) => number; export const __wbindgen_add_to_stack_pointer: (a: number) => number;