skia2/tools/lottiecap
Kevin Lubick df4e3ab185 HTML typo egde => edge
Same problem was in infra repo:
https://skia-review.googlesource.com/c/buildbot/+/297738
https://skia-review.googlesource.com/c/buildbot/+/132921

Change-Id: I686e293aaf2a6c09f388eef864d3ea143ca2f69e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/297719
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2020-06-19 15:12:06 +00:00
..
.gitignore Add docker-based infrastructure for Gold/lottie-web integration 2018-08-28 15:16:22 +00:00
driver.html HTML typo egde => edge 2020-06-19 15:12:06 +00:00
lottiecap.js Add docker-based infrastructure for Gold/lottie-web integration 2018-08-28 15:16:22 +00:00
package.json Add docker-based infrastructure for Gold/lottie-web integration 2018-08-28 15:16:22 +00:00
README.md [lottiecap] Moved over from buildbot repo. 2018-03-20 13:25:23 +00:00

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 ./lottiecap.js --input some_lottie_file.js

To get more help:

$ node ./lottiecap.js -h

Requirements

You need to have a recent version of 'node' installed, i.e. version v8.9 or later. Get recent versions of Node from:

https://nodejs.org/en/download/

It is doubtful that your workstation's distribution has a recent version of Node available.