cwebp-bin:cwebp bin-wrapper,使其可以无缝地用作本地依赖项

时间:2024-05-25 05:59:57
【文件属性】:

文件名称:cwebp-bin:cwebp bin-wrapper,使其可以无缝地用作本地依赖项

文件大小:7.16MB

文件格式:ZIP

更新时间:2024-05-25 05:59:57

JavaScript

cwebp-bin 是一种新的图像格式,可为Web上的图像提供无损和有损压缩。 与PNG相比,WebP无损图像的尺寸要小26%。 与同等SSIM索引下的JPEG图像相比,WebP有损图像的尺寸要小25-34%。 您可能需要来代替。 安装 $ npm install cwebp-bin 用法 const { execFile } = require ( 'child_process' ) ; const cwebp = require ( 'cwebp-bin' ) ; execFile ( cwebp , [ 'input.png' , '-o' , 'output.webp' ] , err => { if ( err ) { throw err ; } console . log ( 'Image is converted!' ) ; } ) ; 命令行界面 $ npm


【文件预览】:
cwebp-bin-master
----vendor()
--------linux()
--------win()
--------osx()
--------source()
----index.js(56B)
----package.json(873B)
----readme.md(922B)
----.github()
--------funding.yml(45B)
--------workflows()
--------security.md(179B)
----test()
--------test.js(1KB)
--------fixtures()
----license(1KB)
----.gitignore(46B)
----lib()
--------install.js(794B)
--------index.js(536B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(29B)
----cli.js(193B)

网友评论