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.
HarryFaulkner 8ab34ff0f9
Merge branch 'svgdotjs:master' into 1277-use-single-quotes-for-maskWith
hace 1 año
.config Release 3.1.0 hace 3 años
.github typos (#1179) hace 3 años
bench fix: change domain name to svgjs.dev hace 3 años
playgrounds typos (#1179) hace 3 años
spec remove double quote from all 'url()' refs, update tests hace 1 año
src remove double quote from all 'url()' refs, update tests hace 1 año
.eslintrc.json fixed issues when animating css, updated deps hace 2 años
.gitignore dont generate esm bundle anymore and link to src/main.js directly. Move bower to its own repo hace 5 años
.travis.yml Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transforms, updated dependencies, finished tests, removed old es5 tests hace 4 años
CHANGELOG.md release 3.1.2 hace 2 años
LICENSE.txt fix playgrounds, delete unneeded files hace 5 años
README.md Update README.md hace 3 años
package-lock.json remove double quote from all 'url()' refs, update tests hace 1 año
package.json release 3.1.2 hace 2 años
svg.js.d.ts fix: Add second parameter definition hace 1 año

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