Skip to content

magick-wasm 0.0.16

Compare
Choose a tag to compare
@dlemstra dlemstra released this 10 Oct 21:04
· 604 commits to main since this release
ead6bce

Changes in magick-wasm:

  • Added new methods to MagickImage: splice.
  • Added new properties to MagickImage: animationDelay, animationIterations, animationTicksPerSecond, attributeNames.
  • Added new properties to MagickFormatInfo: supportsMultipleFrames.
  • Renamed isReadable and isWritable of MagickFormatInfo to supportsReading and supportsWriting.
  • Changed the publish process to make it possible to build this project with Vite (#41). Thanks @Peeterush!