The lightweight library for manipulating and animating SVG
Go to file
Saivan 1cb509f863 Made developing a little more enjoyable
This commit adds playgrounds and a build:dev mode. Now you
can call npm run build:dev to make the linter warn you about
errors without breaking. Also, we now have playgrounds, where
you can use a built version of svg.js to run your own tests.
2018-02-27 17:23:59 +11:00
.config move fixtures to the fixtures folder 2017-04-27 01:01:46 +02:00
bench Made developing a little more enjoyable 2018-02-27 17:23:59 +11:00
dist Made developing a little more enjoyable 2018-02-27 17:23:59 +11:00
playgrounds Made developing a little more enjoyable 2018-02-27 17:23:59 +11:00
spec Made developing a little more enjoyable 2018-02-27 17:23:59 +11:00
src Made developing a little more enjoyable 2018-02-27 17:23:59 +11:00
.gitignore changelog, gitignore 2017-06-04 21:45:35 +02:00
.travis.yml speedup build for tests 2016-11-13 11:39:22 +01:00
bower.json Updated docs 2017-01-14 05:49:14 +01:00
CHANGELOG.md improved SVG.on and el.on (#727) 2017-07-28 15:07:36 +02:00
gulpfile.js Made developing a little more enjoyable 2018-02-27 17:23:59 +11:00
LICENSE.txt Updated LICENSE 2017-01-14 18:56:30 +01:00
package-lock.json Forgot to add standard to the package-json doh 2018-02-27 03:03:12 +11:00
package.json Made developing a little more enjoyable 2018-02-27 17:23:59 +11:00
README.md correct position of gitter badge 2017-04-13 13:43:11 +02:00
svg.js.d.ts Syntax fixes in TypeScript declaration file 2017-06-06 12:30:44 +02:00

SVG.js

Build Status Coverage Status CDNJS Join the chat at https://gitter.im/svgdotjs/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

Bower:

bower install svg.js

Node:

npm install svg.js

Cdnjs:

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

Documentation

Check https://svgdotjs.github.io to learn more.

Donate