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 3397aaf37e Release 3.1.0 преди 3 години
.config Release 3.1.0 преди 3 години
.github typos (#1179) преди 3 години
bench fix: change domain name to svgjs.dev преди 3 години
playgrounds typos (#1179) преди 3 години
spec fix group move bug when group contains elements without dimensions, update deps преди 3 години
src fix group move bug when group contains elements without dimensions, update deps преди 3 години
.eslintrc.json sorted method names преди 4 години
.gitignore dont generate esm bundle anymore and link to src/main.js directly. Move bower to its own repo преди 5 години
.travis.yml Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transforms, updated dependencies, finished tests, removed old es5 tests преди 4 години
CHANGELOG.md fix `clone()` to return the correct instance (#1154) преди 3 години
LICENSE.txt fix playgrounds, delete unneeded files преди 5 години
README.md Update README.md преди 3 години
package-lock.json Release 3.1.0 преди 3 години
package.json Release 3.1.0 преди 3 години
svg.js.d.ts add types for styles преди 3 години

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