Breaking Changes & Deprecation #3
Replies: 1 comment
-
Date: February 24, 2024 cbmp has switched to using @resvg/resvg-js as the default rendering engine. If you are using Puppeteer, ensure that you update your configuration. You can now specify the use of Puppeteer either by including the Using puppeteer as render engine in CLI: npx cbmp -d svg -o out --pupeeteer --debug Specify inside JSON Config File: sample.json{
"Sample": {
"use": "puppeteer",
"dir": "svg",
"out": "out/sample4",
"fps": 60,
"colors": [
{ "match": "#00FF00", "replace": "#FFFFFF" },
{ "match": "#0000FF", "replace": "#000000" },
{ "match": "#FF0000", "replace": "#FFF000" }
]
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Subscribe to this discussion to receive updates on breaking changes and deprecation.
Beta Was this translation helpful? Give feedback.
All reactions