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.

31 lines 649 B
{ "name": "lightningimg-wasm", "collaborators": [ "Aron Homberg <info@aron-homberg.de>" ], "description": "A transparent and safe image converter for WASM. Encodes PNG, JPG, TIFF to WebP.", "version": "0.0.1", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kyr0/lightningimg" }, "files": [ "lightningimg_wasm_bg.wasm", "lightningimg_wasm.js", "lightningimg_wasm.d.ts" ], "module": "lightningimg_wasm.js", "types": "lightningimg_wasm.d.ts", "sideEffects": [ "./snippets/*" ], "keywords": [ "PNG", "JPG", "GIF", "WebP", "TIFF", "WASM" ] }