mathisonian / d3moji

First class emoji support for D3
MIT License
127 stars 6 forks source link

Use CommonJS label instead of browserify #1

Closed moklick closed 9 years ago

moklick commented 9 years ago

Hey! Nice lib ;) I would use "CommonJS" instead of "browserify", because it also works with webpack or other module loaders.. Moreover you could add an "AMD" example. I just saw that you also support that module format.

mathisonian commented 9 years ago

Cool, thanks! I'll work on adding an AMD example shortly, it's been a while since I've set up a project with that structure