stewartlord / identicon.js

GitHub-style identicons as PNGs or SVGs in JS
BSD 2-Clause "Simplified" License
1.32k stars 129 forks source link

Universal Module Definition #6

Closed skuridin closed 8 years ago

skuridin commented 9 years ago

Export Identicon to AMD, CommonJS2 or as property in root

stewartlord commented 9 years ago

Hi Evgeniy, very sorry for the late reply. Thank you for all of your work on this. Is it possible to make this change without modifying identicon.js and pnglib.js?

skuridin commented 9 years ago

@stewartlord Hi! No, webpack needs module.exports and require(). I can try to make diff more clear, if you want.