文件名称:jsxbin:使用ExtendScript Toolkit将jsx ExtendScript文件转换为jsxbin文件
文件大小:5.02MB
文件格式:ZIP
更新时间:2024-05-31 15:27:22
extendscript after-effects jsxbin JavaScript
jsxbin 将jsx ExtendScript文件转换为jsxbin 例子 const jsxbin = require ( 'jsxbin' ) jsxbin ( 'path/to/script.js' , 'output/script.jsxbin' ) . then ( outputfiles => { console . log ( 'Finished!' ) } ) . catch ( err => { console . error ( err ) } ) 方法 jsxbin(inputPaths,[outputPath]) inputPaths可以是: 带有jsx文件路径的字符串。 script.jsx 具有与jsx / js文件匹配的glob模式的字符串。 *.jsx 以上任何一个的数组 outputPath (可选)可以是: 转换文件的字符串
【文件预览】:
jsxbin-master
----bin()
--------postinstall.js(166B)
----index.js(5KB)
----package.json(1KB)
----.eslintrc.json(125B)
----test()
--------test.js(6KB)
--------.eslintrc.json(45B)
--------testfiles()
--------testfiles2()
----LICENSE(1KB)
----package-lock.json(80KB)
----src()
--------createDir.js(856B)
--------convertScripts.js(2KB)
--------logger.js(272B)
----esdebugger-core-mac.tar.gz(2.16MB)
----.gitignore(192B)
----command.js(2KB)
----README.md(3KB)
----.editorconfig(172B)
----esdebugger-core-win.tar.gz(2.83MB)