Home | History | Annotate | only in /external/skia/tools/lottiecap
Up to higher level directory
NameDateSize
driver.html22-Oct-20203.7K
lottiecap.js22-Oct-20205.9K
package.json22-Oct-2020206
README.md22-Oct-2020636

README.md

      1 Capture Lottie Filmstrip in the Browser
      2 =======================================
      3 
      4 Command line application to build a 5x5 filmstrip
      5 from a Lottie file in the browser and then export
      6 that filmstrip in a 1000x1000 PNG.
      7 
      8 First run
      9 
     10     $ npm install
     11 
     12 Then run
     13 
     14     $ node ./lottiecap.js --input some_lottie_file.js
     15 
     16 To get more help:
     17 
     18     $ node ./lottiecap.js -h
     19 
     20 Requirements
     21 ------------
     22 
     23 You need to have a recent version of 'node' installed, i.e.  version v8.9 or
     24 later. Get recent versions of Node from:
     25 
     26     https://nodejs.org/en/download/
     27 
     28 It is doubtful that your workstation's distribution has a recent version of
     29 Node available.
     30