v1.1.0
⚠️ Breaking Changes
-
The default render engine is now resvg-js.
To use Puppeteer, either assign the--puppeteer
option in the command line or set"use": "puppeteer"
in the JSON config.Example in CLI Argument:
npx cbmp -d svg -o out --puppeteer
In config files:
{ "use": "puppeteer", "Sample 1": { "dir": "svg", "out": "out/sample1" }, "Sample 2": { "dir": "svg", "out": "out/sample2", "fps": 10 } }
What's New?
- perf: SVG rendering is now faster with resvg-js (Related to ful1e5/Bibata_Cursor#159)