Would be great to have possibility to set `puppeteerOptions`: ``` renderLottie({ path: 'animation.json', output: 'example.mp4', puppeteerOptions: {args: ['--no-sandbox', '--disable-setuid-sandbox']} }); ``` Already implemented in puppeteer-lottie.