Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.08 KB

Getting Started with Create React Canvas

This project was bootstrapped with Create React App.

Clone the repo using the folowing commands:

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.

Screenshot

NPM package coming soon.