ae-to-json-cli
v1.0.0
Published
This is a command line application to export After Effects files as JSON
Downloads
36
Maintainers
Readme
ae-to-json-cli
This is a command line application to export After Effects files as JSON.
Currently this only works on osx due to the fact that the module after-effects uses Apple Script to execute JSX files.
Usage
Install
$ npm i ae-to-json-cli -gThe following will export the currently opened After Effects file as a JSON file in OSX:
$ ae-to-json > outfile.jsonLicense
MIT, see LICENSE.md for details.

