Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Template repo for creating canvas react app with typescript support

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages