Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Dec 01:26
· 1 commit to master since this release

2.0.0 (2022-12-11)

Features

  • Support ESM, upgrade dependencies (dbb0927)

BREAKING CHANGES

  • The minimum Node.js version is 14.8 now. Declaring CJS and ESM exports in package.json works reliably in Node.js 14.8 or newer.
  • The package canvas is not a peer dependency any more. NPM 7 or newer installs the peer dependencies automatically, making them not optional any more. If you want to use the output format png, install canvas in addition to this package.