magick-wasm 0.0.16
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
andisWritable
ofMagickFormatInfo
tosupportsReading
andsupportsWriting
. - Changed the publish process to make it possible to build this project with Vite (#41). Thanks @Peeterush!