文件名称:mozjpeg-bin:mozjpeg bin-wrapper,使其可以作为本地依赖项无缝使用
文件大小:2.21MB
文件格式:ZIP
更新时间:2024-05-28 01:06:43
JavaScript
mozjpeg-bin 是生产质量的JPEG编码器,可改善压缩率,同时保持与绝大多数已部署解码器的兼容性 您可能需要来代替。 安装 $ npm install mozjpeg 用法 const { execFile } = require ( 'child_process' ) ; const mozjpeg = require ( 'mozjpeg' ) ; execFile ( mozjpeg , [ '-outfile' , 'output.jpg' , 'input.jpg' ] , err => { console . log ( 'Image minified!' ) ; } ) ; 命令行界面 $ npm install --global mozjpeg $ mozjpeg --help 执照 麻省理工学院:copyright:
【文件预览】:
mozjpeg-bin-master
----docker()
--------Dockerfile(559B)
----.gitattributes(29B)
----.github()
--------workflows()
----lib()
--------install.js(1KB)
--------index.js(471B)
----license(1KB)
----test()
--------fixtures()
--------test.js(1KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(46B)
----index.js(56B)
----readme.md(791B)
----cli.js(215B)
----package.json(976B)
----vendor()
--------win()
--------source()
--------linux()
--------macos()