Breaking changes:
- Migrate FFI to ES modules (#85 by @JordanMartinez)
- Support arcs that are drawn counter-clockwise (#58, #83 by @karljs and @JordanMartinez)
- The
Transformtype now uses the field namesa,b,c,d,eandf, instead ofm11,m12,m21,m22,m31andm32(#86 by @artemisSystem)
New features:
- Added
createImageDataWith(#81)
Other improvements:
- Added ESLint config and fixed the resulting linter issues (#82)