node-gfx / node-canvas-prebuilt

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

Stable 2.x version #60

Closed j0tunn closed 5 years ago

j0tunn commented 5 years ago

Hi. There are stable 2.x version of canvas, but no stable version of canvas-prebuilt:

$ npm view canvas
canvas@2.0.1

$ npm view canvas-prebuilt
canvas-prebuilt@2.0.0-alpha.14

But there are stable 2.x tags in this repo. Are there any plans to publish stable 2.x version?

j0tunn commented 5 years ago

Or may be 1.6.x version could be published with https://github.com/node-gfx/node-canvas-prebuilt/pull/13 ? This bug breaks npm install in case of there are some other packages depending on node-pre-gyp

delucis commented 5 years ago

@j0tunn See #58

You can now install canvas (>2) and automatically get canvas-prebuilt where builds are available.

@chearon A note in the README indicating that as of 2.x this repo is no longer intended for direct installation might be a good idea?

j0tunn commented 5 years ago

@delucis Thanks!