⚙️ Increased animation platbackRate to 0.3

This commit is contained in:
ful1e5
2021-06-06 09:49:56 +05:30
parent 93f44086e5
commit 86480390c1
+1 -1
View File
@@ -27,7 +27,7 @@ const main = async () => {
console.log(" -> Saving", key, "..."); console.log(" -> Saving", key, "...");
content = SVGHandler.colorSvg(content, color); content = SVGHandler.colorSvg(content, color);
await png.generateAnimated(browser, content, key); await png.generateAnimated(browser, content, key, { playbackRate: 0.3 });
} }
await browser.close(); await browser.close();