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

时间:2024-05-28 01:06:49
【文件属性】:

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

文件大小:2.99MB

文件格式:ZIP

更新时间:2024-05-28 01:06:49

JavaScript

optipng-bin 是一种PNG优化器,可以将图像文件重新压缩为较小的大小,而不会丢失任何信息 您可能需要 。 安装 $ npm install --save optipng-bin 用法 const { promisify } = require ( 'util' ) ; const { execFile } = require ( 'child_process' ) ; const optipng = require ( 'optipng-bin' ) ; const execFileP = promsify ( execFile ) ; ( async ( ) => { await execFile ( optipng , [ '-out' , 'output.png' , 'input.png' ] ) ; console . log ( 'Image minified!


【文件预览】:
optipng-bin-master
----.gitattributes(19B)
----.github()
--------workflows()
----lib()
--------install.js(843B)
--------index.js(764B)
----license(1KB)
----test()
--------fixtures()
--------test.js(1KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(50B)
----index.js(56B)
----readme.md(793B)
----cli.js(215B)
----package.json(794B)
----vendor()
--------win()
--------source()
--------freebsd()
--------linux()
--------macos()
--------sunos()

网友评论