You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ulrich-Matthias Schäfer aaedc5ac28 update changelog, revert umd wrapper config 1 year ago
.config update changelog, revert umd wrapper config 1 year ago
.github typos (#1179) 3 years ago
bench fix: change domain name to svgjs.dev 3 years ago
playgrounds typos (#1179) 3 years ago
spec Spelling corrections 1 year ago
src Spelling corrections 1 year ago
.eslintrc.json fixed issues when animating css, updated deps 2 years ago
.gitignore dont generate esm bundle anymore and link to src/main.js directly. Move bower to its own repo 5 years ago
.travis.yml Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transforms, updated dependencies, finished tests, removed old es5 tests 4 years ago
CHANGELOG.md update changelog, revert umd wrapper config 1 year ago
LICENSE.txt fix playgrounds, delete unneeded files 5 years ago
README.md Update README.md 3 years ago
package-lock.json remove double quote from all 'url()' refs, update tests 1 year ago
package.json update changelog, revert umd wrapper config 1 year ago
svg.js.d.ts fix toParent type 1 year ago

README.md

SVG.js

Build Status Coverage Status Cdnjs jsdelivr Twitter

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.

Donate or Sponsor