Command line application to build a 5x5 filmstrip from a Lottie file in the browser and then export that filmstrip in a 1000x1000 PNG.
First run
$ npm install
Then run
$ node ./capture_lottie.js --input some_lottie_file.js
To get more help:
$ node ./capture_lottie.js -h