SVG.js is a JavaScript library for working (manipulating and animating) with SVG without any complexity. The library is standalone, very lightweight in size (5kb gzipped) and has lots of features.

There are built-in methods for creating shapes (rectangle, circle, polygon, etc.) or defining images.

SVG.js

They can all be animated with size, position, color or any other properties and be interacted with standard JavaScript events.

It has support for grouping elements for mass manipulations, filling them is possible and a unified API simplifies working withВ theВ library.

SVG.js is extendable with plugins and there are already various plugins (like dragging or easing).

Compatibility: All Major Browsers
Requirements: No Requirements

Website: http://www.svgjs.com/
Demo: http://svgjs.com/test/
Download: https://github.com/wout/svg.js

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

nineteen − 2 =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

jQuery: Setting cookies

Setting and clearing cookies with jQuery is really easy but it's not included in the jQuery core and requires a plug-in. This post shows how to set, get the value of and clear cookies with jQuery.