Skip to content

dsogari/cola

Repository files navigation

COLA

JavaScript Node-API port of the Adaptagrams project, using emnapi.

Usage

import instantiate from '@diegosogari/cola'
const cola = await instantiate();
// see dist/cola.d.ts

Build

sudo apt install automake cmake g++ git libpcre2-dev python3
wget -qO- https://github.com/raw/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install --lts && nvm use --lts # use latest LTS
git clone https://github.com/diegosogari/cola.git
cd cola && npm run help # see available commands