svg.pathmorphing.js
A plugin for the svgjs library to enable path morphing / animation
The code of this plugin will move to the core when it's out of experimental status and shortened (to much space for one feature).
The use is similar to all other animation explained in the svg.js docs:
// create pathvar path = draw // animate pathpath
Pretty straight forward, isn't it?
Dependencies
This module requires svg.js >= v2.1.1