@pixelmoar/flatland
v0.0.26
Published
A p5.js library for working with the residents of the Flatland Universe by Pixelmoar
Downloads
35
Readme
Flatland.js
A p5.js library for working with the residents of the Flatland Universe by Pixelmoar
NPM:
# NPM
npm i @pixelmoar/flatland
HTML:
<!-- Use specific version (RECOMMEND 👍) -->
<script src="https://unpkg.com/@pixelmoar/[email protected]/dist/flatland.js"></script>
<!-- Or use the latest version (NOT RECOMMENDED 👎) -->
<script src="https://unpkg.com/@pixelmoar/flatland"></script>
Local Development
- Install Node
- Install dependencies by running the following from the root
npm i
- The main sketch file is in
/public/sketch.js