Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 717 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 717 Bytes

Image Annotate 🖼️

A desktop application for simple image edits like adding text, drawing shapes, and doodling.

Development ⚒️

  1. Clone this repository
git clone [email protected]:Dinika/image-annotate.git
  1. Install dependencies
yarn
  1. Start development environment
yarn tauri dev

Bug

The drawing is a bit janky at the moment:

Drawing a path using the mousemove event

Recommended IDE Setup