ember-async-image

0.2.0 • Public • Published

Ember-async-image

npm version Build Status Ember Observer Score

A lightweight performance minded image component.

{{async-image}} is a 1:1 drop in replacement for <img >, introducing no additional markup and containing optimized teardown and image swapping.

Extracted from smoke-and-mirrors

Usage

{{async-image
  src=(if attrs.imageSrc attrs.imageSrc attrs.imagePlaceholder)
  alt=attrs.imageAlt
  title=attrs.imageTitle
}}

Package Sidebar

Install

npm i ember-async-image

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

7.7 kB

Total Files

8

Last publish

Collaborators

  • runspired