This project was bootstrapped with Create React App.
git clone https://github.com/bipin0x01/create-react-canvas
├── src
│ ├── app
│ │ ├── components
| | ├── ├── canvas.tsx
| | ├── ├── Element.tsx
| | ├── hooks
| | ├── ├── useCanvas.tsx
| | ├── ├── useColor.tsx
| | ├── ├── useResponsiveSize.tsx
| | ├── index.tsx
│ ├── index.css
│ ├── index.tsx
├── public
│ ├── css
│ │ ├── **/*.css
│ ├── images
│ ├── js
│ ├── index.html
├── dist (or build
├── node_modules
├── package.json
├── package-lock.json
└── .gitignore
Element.tsx Contains the canvas elements that is to be displayed.