This is a simple drawing tool built by next.js and react-konva.
This tool contains these features
- Pen and Eraser
- Fill
- Refered to this article
- Layers
- Color
- Undo and Redo
- Export an image
- Import an image
- Image is a draggable
- Save
- Save a file as JSON
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.