rsmbl / Resemble.js

Image analysis and comparison
http://rsmbl.github.io/Resemble.js/
MIT License
4.5k stars 424 forks source link

Update canvas dependency to support node v12 #176

Closed sasensi closed 5 years ago

sasensi commented 5 years ago

Hi,

Could you update your canvas dependency to version 2.5.0 ? As reported in https://github.com/Automattic/node-canvas/issues/1410, the version that you are using (2.2.0) is not compatible with node v12 which is the current stable version of node. https://github.com/paperjs/paper.js CI relies on your library and this would be a great thing for us.

Thank you.

jamescryer commented 5 years ago

Relates to https://github.com/rsmbl/Resemble.js/pull/173

jamescryer commented 5 years ago

Sorry for the delay, the Node-Canvas prebuilds are now available and I've upgraded to 2.6.0. This is now resolved as of Resemble v3.2.0.

sasensi commented 5 years ago

Thank you