transitive-bullshit / puppeteer-lottie-cli

CLI for rendering Lottie animations via Puppeteer to image, GIF, or MP4.
136 stars 20 forks source link

Add Custom Puppeteer CLI Arg #19

Closed srhinos closed 8 months ago

srhinos commented 4 years ago

Fixes https://github.com/transitive-bullshit/puppeteer-lottie-cli/issues/3

Unsure if I should add a hard example to the documentation but $ puppeteer-lottie -i fixtures/bodymovin.json -o out.mp4 -> $ puppeteer-lottie -i fixtures/bodymovin.json -o out.mp4 -p "--no-sandbox,--disable-setuid-sandbox" is the change in syntax