myf-napi-example
v1.0.0
Published
An example Node.js n-api module
Downloads
2
Readme
a-native-example
An example Node.js n-api module
npm install a-napi-example
Used to showcase prebuilds
All prebuilds are build on CI and afterwards downloaded and published in the npm tarball. See prebuildify-ci for more.
Usage
var print = require('a-napi-example')
print('hello world') // will print "hello world" from C
License
MIT