UNPKG

@left4code/svg-renderer

Version:

Responsive SVG path renderer that recalculates coordinates on container resize, transition, or animation.

27 lines (26 loc) 606 B
{ "name": "@left4code/svg-renderer", "version": "1.0.4", "description": "Responsive SVG path renderer that recalculates coordinates on container resize, transition, or animation.", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/rizkimuhammada/svg-renderer.git" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "svg", "path", "renderer", "responsive" ], "author": "Left4code", "license": "MIT", "devDependencies": { "typescript": "^5.8.3" } }