A vector graphics drawing web application. Try it out here: https://drawsy.io.
- 12 different tools
- Undo/redo, copy/paste, selection
- Gallery to save and reload drawings
- Export drawings as SVG, PNG, or JPEG
- Multiple UI themes
- Integrated user guide
The repo is divided into 3 subprojects:
client
: the web app front-end, where most of the code residesserver
: the back-end server used to communicate with a database to save drawingscommon
: the code used by bothclient
andserver
See each subproject's README for more information.
When a merge request is merged to the master
branch, the CI/CD pipeline will automatically deploy the latest client and server to production.