working on canvas and widget

This commit is contained in:
paul
2024-08-08 16:21:19 +05:30
parent 358282c9f0
commit 35cc57c453
12 changed files with 508 additions and 70 deletions

View File

@@ -4,6 +4,10 @@ import { FullscreenOutlined } from "@ant-design/icons"
import { Button, Tooltip } from "antd"
/**
* @deprecated - Fabric.js cannot be used as its limited to drawing, elements cannot be added to canvas
*/
class Canvas extends React.Component {
constructor(props) {