Animated SVGs drawn by hand.
Stroke lets you draw in a canvas, preview smooth SVG stroke animations, and copy a ready-to-use React component powered by Motion.
Minimal. Visual. Production-ready.
- Draw in the canvas
- Preview the animated SVG
- Copy the generated component code
- Paste it into your project
- Install
motion - Adjust size using
classNameand color usingcolorprops
Clone the project
git clone https://github.com/abhix4/strokeGo to the project directory
cd strokeInstall dependencies
npm installStart the server
npm run dev