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.
33 lines • 710 B
JSON
{
"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_bg.js",
"lightningimg_wasm.d.ts"
],
"module": "lightningimg_wasm.js",
"types": "lightningimg_wasm.d.ts",
"sideEffects": [
"./lightningimg_wasm.js",
"./snippets/*"
],
"keywords": [
"PNG",
"JPG",
"GIF",
"WebP",
"TIFF",
"WASM"
]
}