diff options
author | Wout <wout@users.noreply.github.com> | 2017-01-13 17:06:00 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-01-14 05:49:20 +0100 |
commit | 5f2a84fd218b06c100d64bba76308b866f197709 (patch) | |
tree | 6c2874b8cf7e7efd0adb1e076270e001ea5f08df | |
parent | 861a6dd6fadfcf7d9b3306e0d6b7b3affd70de79 (diff) | |
download | svg.js-5f2a84fd218b06c100d64bba76308b866f197709.tar.gz svg.js-5f2a84fd218b06c100d64bba76308b866f197709.zip |
Restored original README
-rw-r--r-- | README.md | 26 |
1 files changed, 24 insertions, 2 deletions
@@ -1,5 +1,27 @@ # SVG.js -## This page has moved to [svgdotjs.github.io](https://svgdotjs.github.io/) +[![Build Status](https://travis-ci.org/svgdotjs/svg.js.svg?branch=master)](https://travis-ci.org/svgdotjs/svg.js) +[![Coverage Status](https://coveralls.io/repos/github/svgdotjs/svg.js/badge.svg?branch=master)](https://coveralls.io/github/svgdotjs/svg.js?branch=master) +[![CDNJS](https://img.shields.io/cdnjs/v/svg.js.svg)](https://cdnjs.com/libraries/svg.js) -[SVG.js](https://svgdotjs.github.io/) is released under the terms of the MIT license. +__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](https://cdnjs.com/libraries/svg.js) + +## Documentation +Check [https://svgdotjs.github.io](https://svgdotjs.github.io/) to learn more. + +[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=pay%40woutfierens.com&lc=US&item_name=SVG.JS¤cy_code=EUR&bn=PP-DonationsBF%3Abtn_donate_74x21.png%3ANonHostedGuest) |