README
Banner of the website
npm install
then
to run example:
browserify example/start.js -o example/app.js -d -v
serve as you wish.
to use it inside a website
browserify index.js -o app.js -d -v
A ant colony simulation for our website
<script type="module">
import anthillviz from 'https://cdn.skypack.dev/anthillviz';
</script>
Banner of the website
npm install
then
browserify example/start.js -o example/app.js -d -v
serve as you wish.
browserify index.js -o app.js -d -v