# mapp-board **Mapp board is in early, early development. Contribution and issues are welcome, but it's a long way from being ready for any actual production use.** This is a module for a canvas-based board to help you make a mapping tool for your role-playing website. It has no API, and must be controlled through settings and events. ## Using ```javascript const mappBoard = require("mapp-board"); // Import as pre-ES6 node module import * as mappBoard from "mapp-board"; // Import as ES6 module // Omit both if you import as