/canvas-rendering-react

A sample app to draw image and rectangle on canvas

Primary LanguageJavaScript

canvas-rendering-react

  • Clone the repo
  • Go to cloned directory
  • Run npm i to install dependecies
  • Run npm run dev to serve the app on http://localhost:3000

The whole code is inside pages/index.js

Sample Canvas with Image and Reactangle on it

Image on Canvas - Reactjs | NextJs