devphilip21 / boardy

responsive, easy to custom, optimized for rtc drawing tools on web browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boardy

Boardy is a Javascript library for drawing on web browsers.
it supports following three features, basically.

  1. Responsive : boardy keeps clear draw output in responsive environment. if image is handled as bitmap, there must be a limit at variouse resolutions. so we solve this problem using vector-based state.
  2. Persist : boardy is designed to trigger draw actions (20 bytes), and paint by inject it. in other words, you can maintain painted states by storing the actions. besides, you can also convert these actions to static svg image.
  3. Fast realtime communication : we developed this module in consideration of realtime communication beginning. so boardy allows you to share your blackboard handwriting on the internet with minimal payload. (not protocol payload, only painting payload)

How to work

how-to-work


Cross Browsing

  • last 2 version
  • > 1%
  • IE 10

About

responsive, easy to custom, optimized for rtc drawing tools on web browser


Languages

Language:TypeScript 86.8%Language:JavaScript 13.2%