handlebars-helper-unsplash
v0.1.1
Published
Handlebars helper to create image tags with unsplash.it properties.
Downloads
4
Maintainers
Readme
handlebars-helper-unsplash
Handlebars helper to create image tags with unsplash.it properties.
Install
Install with npm:
npm i handlebars-helper-unsplash --save-dev
Run tests
npm test
Usage
var Handlebars = require('handlebars');
var helpers = require('handlebars-helper-unsplash')();
Handlebars.registerHelper('unsplash', helpers.unsplash);
API
Author
Brian Woodward
License
Copyright (c) 2014 Brian Woodward, contributors.
Released under the MIT license
This file was generated by verb-cli on September 05, 2014.