ember-cli-placeholdit

0.0.3 • Public • Published

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)

Package Sidebar

Install

npm i ember-cli-placeholdit

Weekly Downloads

3

Version

0.0.3

License

MIT

Last publish

Collaborators

  • adamsrog