What is SVG.js?
The lightweight library for manipulating and animating SVG. It has no dependencies and aims to be as small as possible.
SVG.js is a tool in the Javascript Utilities & Libraries category of a tech stack.
SVG.js is an open source tool with 11.3K GitHub stars and 1.1K GitHub forks. Here’s a link to SVG.js's open source repository on GitHub
Who uses SVG.js?
Companies
Developers
10 developers on StackShare have stated that they use SVG.js.
SVG.js Integrations
SVG.js's Features
- Animations on size, position, transformations, color,...
- Painless extension thanks to the modular structure
- Various useful plugins available
- Unified api between shape types with move, size, center, ...
- Binding events to elements
- Full support for opacity masks and clipping paths
- Text paths, even animated
- Element groups
- Dynamic gradients and patterns
SVG.js Alternatives & Comparisons
What are some alternatives to SVG.js?
D3.js
It is a JavaScript library for manipulating documents based on data. Emphasises on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework.
Raphael
It is a cross-browser JavaScript library that draws Vector graphics for web sites. It will use SVG for most browsers, but will use VML for older versions of Internet Explorer.
jQuery
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
React
Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project.
AngularJS
AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding.