From 3b04bde706f6c034c9e460ec28b8c2f5ca1cdf1f Mon Sep 17 00:00:00 2001 From: Zach Bjornson Date: Wed, 19 Jun 2024 17:29:55 -0700 Subject: [PATCH] add note about v3.0.0-rd2 --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Readme.md b/Readme.md index 1bd9c634e..1a38bdaea 100644 --- a/Readme.md +++ b/Readme.md @@ -5,6 +5,13 @@ node-canvas is a [Cairo](http://cairographics.org/)-backed Canvas implementation for [Node.js](http://nodejs.org). +> [!TIP] +> **v3.0.0-rc2 is now available for testing on Linux and Windows!** It's the first version +> to use N-API and prebuild-install. Please give it a try and let us know if you run into any issues. +> ```sh +> npm install canvas@next +> ``` + ## Installation ```bash