Socket
Socket
Sign inDemoInstall

handlebars-imgix

Package Overview
Dependencies
11
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    handlebars-imgix

handlebars helper to generate imgix urls


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

handlebars-imgix

nodei.co

npm

github-issues

stars

forks

handlebars / imgix helper to generate imgix urls.

install

npm i --save handlebars-imgix

usage

import { handlebarsImgix } from 'handlebars-imgix'
import { handlebars } from 'handlebars'
Handlebars.registerHelper('imgix', handlebarsImgix('mycloud'))

handlebars.compile('<img src="{{imgix images/cat.jpg "{ width:400, height:300, crop:\'fill\' }"}}" alt="image alt">').template({})
// <img src="http://res.imgix.com/mycloud/image/upload/c_fill,h_300,w_400/v1/imgix_id" alt="image alt">

quotes

The example above shows a problem you run into if trying to declare strings in js. The escaped quotes will work fine in this case.

In a handlebars template file, you can just use single quotes.

compatibility

dist/index.js should be fully compatible with node 6

Author

Levi Wheatcroft levi@wht.cr

Contributing

Contributions welcome; Please submit all pull requests against the master branch.

License

MIT

Keywords

FAQs

Last updated on 16 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc