Fixes
- Fixed exception in
canvas::draw_path()when trying to draw a path with an invalid transform which cannot be inverted (fixes samizdatco#149). (4c4ad8b1) - Fixed
thisscope inImageonloadandonerrorcallbacks (the callbacks are now bound to theImageinstance). (81fd8f1f)
Other
- Updated node module dependencies; removed
aws-sdkansnodemonfrom dev dependencies. - Removed napi version from file name of published binaries.
- Fixed version string in pre-gyp remote path (fixes mp-#1).
- Now published on npmjs.org as @mpaperno/skia-canvas
NOTE: Binaries have GPU disabled by default