/extra-examples-for-node-addon-api

More example for node-addon-api

Primary LanguageC++MIT LicenseMIT

More examples for node-addon-api

The official example does not contain a lot of situation, so this repository was founded.

  • 1_js2cppobject_argument A javascript object was passed as cpp function. There has 2d array in object. And a object was passed to js context.
  • 2_js2cpp2darray_argument A two-dimensional array was passed as cpp function. You can pass multidimensional array as you want references to this example.

More examples to be continue.