meteor-identicon Client-side identicon generation for Meteor using blockies. Usage Add package to your project: meteor add mistereo:identicon Now you can use identicon helper in your templates: <img src="{{identicon 'seed'}}"></img> You can pass options to blockies like this: <img src="{{identicon 'seed' size=15 scale=3}}"></img> License The MIT License (MIT)