@@ -5,6 +5,13 @@ Node.js API (N-API), along with library code that enables
5
5
backward-compatibility with use with older versions of Node.js that do
6
6
not have N-API built-in.
7
7
8
+ ### API Documentation
9
+
10
+ - [ ABI-Stable C APIs in Node.js] ( https://nodejs.org/api/n-api.html )
11
+ - [ C++ APIs in this package] ( https://nodejs.github.io/node-api/namespace_napi.html )
12
+
13
+ ### Getting Started
14
+
8
15
To use N-API in a native module:
9
16
1 . Add a dependency on this package to ` package.json ` :
10
17
``` json
@@ -41,21 +48,16 @@ To use N-API in a native module:
41
48
At build time, the N-API back-compat library code will be used only when the
42
49
targeted node version * does not* have N-API built-in.
43
50
44
- See the [ main project README] (
45
- https://github.com/nodejs/abi-stable-node/blob/doc/README.md )
46
- or [ preliminary documentation] ( https://github.com/nodejs/node/blob/v8.x/doc/api/n-api.md )
47
- for more details about N-API.
48
-
49
51
<a name =" collaborators " ></a >
50
52
### WG Members / Collaborators
51
- | Name | GitHub link |
52
- | ------------------- | ------------------------------------------------------ |
53
- | Anna Henningsen | [ @ addaleax ] ( https://github.com/addaleax ) |
54
- | Arunesh Chandra | [ @ aruneshchandra ] ( https://github.com/aruneshchandra ) |
55
- | Benjamin Byholm | [ @ kkoopa ] ( https://github.com/kkoopa ) |
56
- | Gabriel Schulhof | [ @ gabrielschulhof ] ( https://github.com/gabrielschulhof ) |
57
- | Hitesh Kanwathirtha | [ @ digitalinfinity ] ( https://github.com/digitalinfinity ) |
58
- | Jason Ginchereau | [ @ jasongin ] ( https://github.com/jasongin ) |
59
- | Michael Dawson | [ @ mhdawson ] ( https://github.com/mhdawson ) |
60
- | Sampson Gao | [ @ sampsongao ] ( https://github.com/sampsongao ) |
61
- | Taylor Woll | [ @ boingoing ] ( https://github.com/boingoing ) |
53
+ | Name | GitHub link |
54
+ | ------------------- | ----------------------------------------------------- |
55
+ | Anna Henningsen | [ addaleax] ( https://github.com/addaleax ) |
56
+ | Arunesh Chandra | [ aruneshchandra] ( https://github.com/aruneshchandra ) |
57
+ | Benjamin Byholm | [ kkoopa] ( https://github.com/kkoopa ) |
58
+ | Gabriel Schulhof | [ gabrielschulhof] ( https://github.com/gabrielschulhof ) |
59
+ | Hitesh Kanwathirtha | [ digitalinfinity] ( https://github.com/digitalinfinity ) |
60
+ | Jason Ginchereau | [ jasongin] ( https://github.com/jasongin ) |
61
+ | Michael Dawson | [ mhdawson] ( https://github.com/mhdawson ) |
62
+ | Sampson Gao | [ sampsongao] ( https://github.com/sampsongao ) |
63
+ | Taylor Woll | [ boingoing] ( https://github.com/boingoing ) |
0 commit comments