This is a rudimentary Node.js wrapper for a single function from CGAL via N-API. It is currently meant for educational purposes but may someday be extended into an actual CGAL wrapper.
cmake-js
simplifies the process of using CMake to create native addons for Node.js
yarn
is used to install JavaScript dependencies and run tasks as defined in package.json
From the root directory
yarn install
to install the JS dependenciesyarn build
to compile the C++ codeyarn start
to run the example script