文件名称:exec-buffer:通过子进程运行缓冲区
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-17 22:34:45
JavaScript
执行缓冲区
通过子进程运行缓冲区
安装
$ npm install exec-buffer
用法
const fs = require ( 'fs' ) ;
const execBuffer = require ( 'exec-buffer' ) ;
const gifsicle = require ( 'gifsicle' ) . path ;
execBuffer ( {
input : fs . readFileSync ( 'test.gif' ) ,
bin : gifsicle ,
args : [ '-o' , execBuffer . output , execBuffer . input ]
} ) . then ( data => {
console . log ( data ) ;
//=>
【文件预览】:
exec-buffer-master
----.travis.yml(63B)
----index.js(1KB)
----test.js(952B)
----package.json(685B)
----readme.md(1KB)
----license(1KB)
----.gitignore(23B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(29B)
----fixture.gif(1KB)