A 2d Cad in the browser for drawing with pure JavaScript, written in TypeScript.
I created this project just for learning things 🎉.
Install dependencies
pnpm install
Run the dev server
pnpm dev
You can use npm
or yarn
.
- Draw lines, circles and arcs.
- Export to dxf.
- Use mouse right button to end drawing
- Use mouse middle button for panning
- Use mouse wheel for zooming
- Use mouse left button for drawing.