文件名称:wasm-mozjpeg:WebAssembly MozJPEG 编码器
文件大小:60KB
文件格式:ZIP
更新时间:2024-08-25 00:48:14
JavaScript
WebAssembly 编码器。 灵感来自 、 和对冒险的渴望。 例子 特征 gzip (wasm + js) 前 321 KiB,后 34 KiB; 打字稿定义; 节点和浏览器支持; 不同的; grayscale 、 RGB 、 YCbCr 、 CMYK和YCCK输出颜色空间(并非所有输入->输出转换都支持,请参阅 ); 禁用算术编码(较小的包); 顺序(又名“bump”)内存分配器(较小的包,+30% 的内存使用量); 没有内置工人。 安装 npm install https://github.com/3bl3gamer/wasm-mozjpeg 用法 基本的 import { loadWebModule , compressSimpleRGBA } from 'wasm-mozjpeg' loadWebModule ( ) . then ( mozJpeg =>
【文件预览】:
wasm-mozjpeg-master
----build_wasm.sh(3KB)
----prettier.config.cjs(149B)
----generate_types.sh(92B)
----.gitmodules(84B)
----custom_libc.h(71B)
----utils.js(1KB)
----examples()
--------index.html(280B)
--------simple()
--------tests()
--------settings()
----tsconfig.json(329B)
----const.d.ts(317B)
----README.md(4KB)
----mozjpeg.wasm(318KB)
----custom_libc.c(1KB)
----index.d.ts(11KB)
----const.js(370B)
----.gitignore(12B)
----index.js(11KB)
----utils.d.ts(768B)
----mozjpeg.c(4KB)
----mozjpeg()
----package-lock.json(2KB)
----package.json(524B)
----mozjpeg_shrink.patch(4KB)