node-gfx / node-canvas-prebuilt

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

Update to 1.6.1 to enable `registerFont` #1

Closed epd closed 7 years ago

epd commented 7 years ago

Hi there!

Thank you for creating such a wonderful module - it's opened up a lot of doors in infrastructure land being prebuilt.

node-canvas recently updated to 1.6.1 with a new method Canvas.registerFont which allows you to register 3rd-party font families to use within your Canvases.

Would it be possible to version bump? Happy to put in any work to contribute, just new to building bindings for different architectures.

Let me know how I can help!

chearon commented 7 years ago

node-canvas recently updated to 1.6.1 with a new method Canvas.registerFont

I know, I made that! Actually, while they did merge in Canvas.registerFontand a bunch of other stuff to master, it hasn't been released yet, they'll be in version 2.0. 1.6.1 was just a small fix to the has_lib.sh which wouldn't be affected by users here.

I'll be sure to build 2.0 when it gets released

epd commented 7 years ago

Doh! (on both parts).

Thanks for the quick response and for entertaining my impatience :) I'll close this out now!