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.

4 lines 177 B
import * as wasm from "./lightningimg_wasm_bg.wasm"; export * from "./lightningimg_wasm_bg.js"; import { __wbg_set_wasm } from "./lightningimg_wasm_bg.js"; __wbg_set_wasm(wasm);