File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 5
5
6
6
node-canvas is a [ Cairo] ( http://cairographics.org/ ) -backed Canvas implementation for [ Node.js] ( http://nodejs.org ) .
7
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
8
## Installation
16
9
17
10
``` bash
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " canvas" ,
3
3
"description" : " Canvas graphics API backed by Cairo" ,
4
- "version" : " 3.0.0-rc3 " ,
4
+ "version" : " 3.0.0" ,
5
5
"author" :
" TJ Holowaychuk <[email protected] >" ,
6
6
"main" : " index.js" ,
7
7
"browser" : " browser.js" ,
You can’t perform that action at this time.
0 commit comments