mirror of
https://github.com/svgdotjs/svg.js.git
synced 2026-02-07 11:30:43 +01:00
The lightweight library for manipulating and animating SVG
https://svgjs.dev
- JavaScript 98.6%
- HTML 1%
- CSS 0.4%
| .config | ||
| .github | ||
| bench | ||
| playgrounds | ||
| spec | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.json | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| LICENSE.txt | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| svg.js.d.ts | ||
| tsconfig.json | ||
SVG.js
A lightweight library for manipulating and animating SVG, without any dependencies.
SVG.js is licensed under the terms of the MIT License.
Installation
Npm:
npm install @svgdotjs/svg.js
Yarn:
yarn add @svgdotjs/svg.js
CDNs:
https://cdnjs.com/libraries/svg.js
https://cdn.jsdelivr.net/npm/@svgdotjs/svg.js
https://unpkg.com/@svgdotjs/svg.js
Documentation
Check svgjs.dev to learn more.