Skip to content

Template repo for creating canvas react app with typescript support

Notifications You must be signed in to change notification settings

bipin0x01/create-react-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published