Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon committed Dec 23, 2024
1 parent a8c035f commit 8346512
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@

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 (x64 glibc), macOS (x64) and Windows (x64)!** 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "canvas",
"description": "Canvas graphics API backed by Cairo",
"version": "3.0.0-rc3",
"version": "3.0.0",
"author": "TJ Holowaychuk <[email protected]>",
"main": "index.js",
"browser": "browser.js",
Expand Down

0 comments on commit 8346512

Please sign in to comment.