Skip to content

v1.0.0

Compare
Choose a tag to compare
@ful1e5 ful1e5 released this 11 Sep 07:01
· 7 commits to main since this release

⚠️ Breaking Changes

  • This module is now an ESM module and is compiled to ES2015.

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.