ae-to-json-cli
ae-to-json-cli copied to clipboard
This is a command line application to export After Effects files as JSON
May be related to #1 or some transpile issue, but getting this on node 6.2.0; ``` /usr/local/lib/node_modules/ae-to-json-cli/after-effects-transpiled/after-effects.js:134 if (!is(input_options, Object)) input_options = {}; ^ TypeError: is is not a function...
Currently exits no errors when a video is found in a comp.
``` module.js:339 throw err; ^ Error: Cannot find module 'jsesc' at Function.Module._resolveFilename (module.js:337:15) at Function.Module._load (module.js:287:25) at Module.require (module.js:366:17) at require (module.js:385:17) at Object. (/projects/jam3npm/ae-fx-test/node_modules/ae-to-json-cli/after-effects-transpiled/after-effects.js:11:11) at Module._compile (module.js:425:26) at Object.Module._extensions..js...