Select Icons
pencil
eraser
text
line
dragSingle
dragMultiple
arc
rectangle
quadratic
bezier
You can open a private WebRTC room to sync dashboard with private users.
Open
Canvas Designer!
This tool is Open-Sourced!
Author:
Muaz Khan
How to use in your own site?
Take all code from
this link
and upload somewhere on your site.
Target directly will be having this file:
canvas-designer-widget.js
. Link this file in your HTML/PHP page.
Use this command to append widget in your HTML page:
CanvasDesigner.appendTo(
document.documentElement
);
Read more here
.