node-gfx / node-canvas-prebuilt

Repo used to build binaries for node-canvas on CI
169 stars 31 forks source link

please upgrade npm version! #58

Closed reaby closed 5 years ago

reaby commented 5 years ago

github has latest version of 2.0.1 while npm still 2.0.alpha.14

chearon commented 5 years ago

Actually you can just npm install canvas@2.0.1 and it downloads prebuilds from here! I won't be publishing canvas-prebuilt@2.x since I don't think there's a reason to anymore.

reaby commented 5 years ago

many thanks

gyfis commented 5 years ago

@chearon I totally understand the reasoning behind not publishing canvas-prebuilt anymore, however, if you could publish one last stable version, e.g. 2.0.0 or 2.0.1, with librsvg support, that would be super helpful for us that need to have node-canvas@1.6.x installed because of fabric (and thus cannot install node-canvas@2.x as well).

chearon commented 5 years ago

Yes, absolutely, see #59 and #42. Sorry, I've been busy and this is not super fun to maintain :( but I'll have time this weekend to do it!