tree: d1add33270e7576544140f7b2cc41d3d6b9d0b12 [path history] [tgz]
  1. capture_lottie.js
  2. driver.html
  3. package-lock.json
  4. package.json
  5. README.md
lottiecap/README.md

Capture Lottie Filmstrip in the Browser

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