Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,13 @@ Usage

`ember-libpixel` is a building block and a service interface for LibPixel. To
actually start using LibPixel and harness the power of image processing in
your app, you need one of the following add-ons:
your app, you need the following add-on:

* [ember-libpixel-modifier](https://github.com/libpixel/ember-libpixel-modifier)
LibPixel element modifier for `img` tags in your templates
* [ember-libpixel-image](https://github.com/libpixel/ember-libpixel-image)
An image component that you can use to replace your `img` tags and extend

[LibPixel Guides](https://libpixel.com/guides/) host examples, tutorials and
walkthroughs on how to use these add-ons in your Ember apps.
[LibPixel Documentation](https://docs.libpixel.com/) hosts examples, tutorials and
walkthroughs on how to use the add-on in your Ember apps.


Contributing
Expand Down