Select Icons













You can open a private WebRTC room to sync dashboard with private users.

Canvas Designer!

This tool is Open-Sourced!

Author: Muaz Khan

How to use in your own site?

  1. Take all code from this link and upload somewhere on your site.
  2. Target directly will be having this file: canvas-designer-widget.js. Link this file in your HTML/PHP page.
  3. Use this command to append widget in your HTML page:
    CanvasDesigner.appendTo(
    document.documentElement
    );


    Read more here.