文件名称:gif2webp-bin:gif2webp bin-wrapper,使其可以无缝地用作本地依赖项
文件大小:4.43MB
文件格式:ZIP
更新时间:2024-05-27 12:48:09
JavaScript
gif2webp-bin 是一种现代图像格式,可为Web上的图像提供出色的无损和有损压缩。 使用WebP,网站管理员和Web开发人员可以创建更小,更丰富的图像,从而使Web更快。 安装 $ npm install --save gif2webp-bin 用法 const { execFile } = require ( 'child_process' ) ; const gif2webp = require ( 'gif2webp-bin' ) ; execFile ( gif2webp , [ 'input.gif' , '-o' , 'outout.webp' ] , ( ) => { console . log ( 'Image converted!' ) ; } ) ; 命令行界面 $ npm install --global gif2webp-bin $ gif2webp -
【文件预览】:
gif2webp-bin-master
----.gitattributes(29B)
----.github()
--------funding.yml(48B)
--------security.md(179B)
--------workflows()
----lib()
--------install.js(684B)
--------index.js(479B)
----license(1KB)
----test()
--------fixtures()
--------test.js(1KB)
----.npmrc(19B)
----.editorconfig(190B)
----.gitignore(30B)
----index.js(74B)
----readme.md(787B)
----cli.js(217B)
----package.json(1KB)
----vendor()
--------win()
--------source()
--------linux()
--------macos()