adamsrog / ember-cli-placeholdit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-cli-placeholdit

Simple addon for inserting placehold.it images. Making this as I learn how to create ember addons and it seems like there are enough ember-cli-fill-murray clones!

Has some parameters that can be specified:

  • width
  • height
  • textColor
  • backgroundColor
  • text
  • format

Installation

ember install:addon ember-cli-placeholdit

Examples

  • {{placehold-it}} (creates a 150x150)
  • {{placehold-it width=350 height=350 textColor='111111' backgroundColor='5A5A5A'}}
  • {{placehold-it text="this is a png file!" format="png"}} (available options: gif, jpg, jpeg, png)

About

License:MIT License


Languages

Language:JavaScript 64.4%Language:HTML 21.3%Language:Handlebars 14.3%