This is a work in progress.
This package consists of a collection of HTM cell visualizations. It was originally created to visualize HTM systems, but now it is not meant to be used as a stand-alone package. It is e.g. used as a dependency of the package htm-school-viz. There is a 2D and 3D library.
This project requires you to have Node and its package manager npm installed on your system. If you install the latest version of Node (at the time of writing, it is 10.9.0), you may run into compatibility issues between that Node version and the dependencies used by this project. If you install the latest LTS version of Node (at the time of writing, it is 8.11.4), you should not encounter any problems. You can manage the installation of different versions of Node using the tool nvm.
Install this npm package locally by issuing the following command
npm install .
Generate static assets:
npm run build