文件名称:dist-exiftool:依赖于平台的exiftool分发
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-20 00:49:39
JavaScript
dist-exiftool exiftool的发行版。 根据平台的不同,它将安装或模块。 当前版本是10.53。 用法 该模块将路径导出到exiftool可执行文件。 const execFile = require ( 'child_process' ) . execFile ; const exiftool = require ( 'dist-exiftool' ) ; execFile ( exiftool , [ '-j' , 'image.jpg' ] , ( error , stdout , stderr ) => { if ( error ) { console . error ( `exec error: ${ error } ` ) ; return ; } console . log ( `stdout: ${ stdout } ` ) ; cons
【文件预览】:
dist-exiftool-master
----.gitignore(578B)
----README.md(1KB)
----appveyor.yml(469B)
----test()
--------index.js(1KB)
----LICENSE(9KB)
----package.json(1KB)
----index.js(98B)
----.travis.yml(109B)
----platform.js(47B)