flowhub / the-graph

SVG custom elements for FBP graph editing and visualization. Used in noflo/noflo-ui

Home Page:https://flowhub.github.io/the-graph/demo-full.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make icon map loadable via CommonJS

bergie opened this issue · comments

Now you can access the icon map from the-graph via window.TheGraph.FONT_AWESOME. However, it would be nicer for reusability if you could also require() it in.

Fixed in 1b7fe7e

However this is considered internal details, and may change at any time.