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