0.2.0 • Published 5 years ago

ember-async-image v0.2.0

Weekly downloads
1,310
License
MIT
Repository
github
Last release
5 years ago

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
}}