v1.0.0
⚠️ Breaking Changes
- This module is now an
ESM
module and is compiled toES2015
.
Deprecations
- The
-n, --themeName
option is deprecated. Please use-o, --out <path>
to specify the output path.
What's New?
-
Configuration-based rendering is now supported:
$ npx cbmp render.json
-
The
-fps, --fps
option has been added to lower or increase the frame capture rate in animated .svg files. -
The
--debug
option has been added for running Puppeteer in debug mode. -
Informative logs and colorful loading have been added while rendering SVG files.
Changes
- The project's codebase has been rearranged to follow the
ESM
syntax. - The
glob
library is now used to retrieve.svg
files inside the-d, --dir
directory.