Skip to content

Create slide shows with text, images, shapes, and more!

License

Notifications You must be signed in to change notification settings

amerikan/boardy

Repository files navigation

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/.

Releases

No releases published

Packages

No packages published