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 cc55c51727 bump version number 5 년 전
.config Release 3.0.5 5 년 전
.github Its obvious that these Issue templates were notes... 5 년 전
bench minor bugfix in bbox and performance changes 5 년 전
playgrounds fix playgrounds, delete unneeded files 5 년 전
spec added foreignObject to the core 5 년 전
src added foreignObject to the core 5 년 전
.eslintrc.yaml Reverted some of the lint rules after chatting with fuzzy 5 년 전
.gitignore dont generate esm bundle anymore and link to src/main.js directly. Move bower to its own repo 5 년 전
.travis.yml Fix build chain so that we now have multiple builds. Details below: 5 년 전
CHANGELOG.md bump version number 5 년 전
LICENSE.txt fix playgrounds, delete unneeded files 5 년 전
README.md fixed methods not returning this and missing methods on List 5 년 전
package-lock.json fixed methods not returning this and missing methods on List 5 년 전
package.json bump version number 5 년 전
svg.js.d.ts cleanup of .d.ts (#960) 5 년 전

README.md

SVG.js

Build Status Coverage Status CDNJS

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

Cdnjs:

https://cdnjs.com/libraries/svg.js

Documentation

Check svgjs.com to learn more.

Donate