0.0.3 • Published 9 years ago

ember-cli-placeholdit v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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)