magick-wasm 0.0.21
Breaking changes in magick-wasm:
- Swapped the order of the arguments in the
MagickImage.write
method to make the code more readable.
Changes in magick-wasm:
- Fixed writing Avif images (#78).
- Added new properties to
MagickSettings
:textInterlineSpacing
,textKerning
(#79). - Add WASM file to package exports by @Peeterush in #80.
Full Changelog: 0.0.20...0.0.21