alexk111 / SVG-Morpheus

JavaScript library enabling SVG icons to morph from one to the other. It implements Material Design's Delightful Details transitions. (THIS PROJECT IS NOT MAINTAINED ANYMORE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need it more module friendly

Jack-Works opened this issue · comments

In the code, svg-morpheus is just using 'var SVGMorpheus', and this breaks module system.

Why not use

var SVGMorpheus = ...
try {
module.exports = SVGMorpheus
} catch(e){}