amerikan / boardy

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

Home Page:https://amerikan.github.io/boardy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://amerikan.github.io/boardy/

License:MIT License


Languages

Language:JavaScript 91.2%Language:HTML 8.8%