We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c035f commit 8346512Copy full SHA for 8346512
2 files changed
Readme.md
@@ -5,13 +5,6 @@
5
6
node-canvas is a [Cairo](http://cairographics.org/)-backed Canvas implementation for [Node.js](http://nodejs.org).
7
8
-> [!TIP]
9
-> **v3.0.0-rc2 is now available for testing on Linux (x64 glibc), macOS (x64) and Windows (x64)!** It's the first version
10
-> to use N-API and prebuild-install. Please give it a try and let us know if you run into any issues.
11
-> ```sh
12
-> npm install canvas@next
13
-> ```
14
-
15
## Installation
16
17
```bash
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "canvas",
3
"description": "Canvas graphics API backed by Cairo",
4
- "version": "3.0.0-rc3",
+ "version": "3.0.0",
"author": "TJ Holowaychuk <tj@learnboost.com>",
"main": "index.js",
"browser": "browser.js",
0 commit comments