This is a simple SVG editor web app built with React and Redux. It offers a better alternative to editing Bezier curves by hand. It's targetting those who prefer keyboard to mouse.
- keyboard as a main and only way of interaction
- supports SVG path (quadratic & cubic Bezier), circle, ellipse
- overlaying an image for easy tracing
- zoom in/out
- auto-fit work area to browser window
- multiple drawings
- multiple undo/redo
- data are persisted to browser's local storage