⚙️ Increased animation platbackRate to 0.3
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user