Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 588 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 588 Bytes

Boardy

⚠️ UNDER ACTIVE DEVELOPMENT, not ready for production use!

Add styled text, images, or shapes anywhere on a canvas to create slides.

Demo

Live Demo

Usage

<!DOCTYPE html>
<html lang="en">
  <body>
    <div id="canvas"></div>

    <script type="text/javascript" src="dist/boardy.js"></script>
    <script type="text/javascript">
      var canvas = new Boardy("#canvas").mount();
    </script>
  </body>
</html>

Development

  1. Run npm start to start local development server.
  2. Open http://localhost:8080/.