@left4code/svg-renderer
Version:
Responsive SVG path renderer that recalculates coordinates on container resize, transition, or animation.
21 lines (13 loc) • 445 B
Markdown
# svg-path-renderer
Render responsive SVG `<path>` elements based on container size. Automatically re-renders on resize, transition, or animation changes.
## ✨ Features
- 🖌️ Supports percentage-based or calculated coordinates
- ⚡ Auto re-render on resize, CSS transitions, and animations
- 🔧 Lightweight and dependency-free
- ✅ TypeScript support
## 📦 Install
```bash
npm install @left4code/svg-path-renderer
```