Skip to content

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

Notifications You must be signed in to change notification settings

devphilip21/boardy

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published