mojo-perception-js is a JS library authored to be usable both within web applications and Node.js.
We use Rollup
to manage authoring.
Make sure to have rollup installed for a global use
npm install rollup --global
Install node modules
npm install
Run Rollup to build
rollup -c
Run jsdoc with npm command :
npm build generate-docs