inclose5js

Inclose5 algorithm exported as a NodeJS native module

Usage no npm install needed!

<script type="module">
  import inclose5js from 'https://cdn.skypack.dev/inclose5js';
</script>

README

Inclose5js

Inclose5js is a NodeJS native module of the inclose5 algorithm implemented in C++.

Install

Verified on WSL2 (Ubuntu 20.04 LTS).

sudo apt install make gcc libc6-dev python3.8 python2.7

Compile

npm run compile

Test

npm test