mirror of
https://github.com/svgdotjs/svg.js.git
synced 2025-08-22 17:47:20 +02:00
The lightweight library for manipulating and animating SVG
https://svgjs.dev
|
||
---|---|---|
.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.