Skip to content

Commit 8346512

Browse files
committed
v3.0.0
1 parent a8c035f commit 8346512

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Readme.md

-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55

66
node-canvas is a [Cairo](http://cairographics.org/)-backed Canvas implementation for [Node.js](http://nodejs.org).
77

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-
158
## Installation
169

1710
```bash

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "canvas",
33
"description": "Canvas graphics API backed by Cairo",
4-
"version": "3.0.0-rc3",
4+
"version": "3.0.0",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"main": "index.js",
77
"browser": "browser.js",

0 commit comments

Comments
 (0)