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