first commit of node example

This commit is contained in:
heri16
2020-08-04 05:06:59 +08:00
parent 37c01e18cf
commit 087d8a820c
6 changed files with 492 additions and 0 deletions

11
examples/node/auto.gypi Normal file
View File

@@ -0,0 +1,11 @@
# Automatically generated file. Edits will be lost.
# Based on: autogypi.json
{
"include_dirs": [
"node_modules/nan"
],
"includes": [
"node_modules/nbind/src/nbind.gypi"
]
}