@fabricelements/fabric-imgix
v0.0.1
Published
`fabric-imgix` is a web component that process images in real time using [imgIX](https://www.imgix.com/) service.
Downloads
1
Readme
<fabric-imgix>
fabric-imgix
is a web component that process images in real time using imgIX service.
Installation
Install fabric-imgix with Bower
$ bower install --save FabricElements/fabric-imgix
Usage
Import it into the <head>
of your page
<link rel="import" href="bower_components/fabric-imgix/fabric-imgix.html">
Example: basic usage
<fabric-imgix src="img.jpg"></fabric-imgix>
src
(string) - The URL of an image.
This element also receives all the properties that match with the imgIX parameters.
See imgIX API reference for all the options.
See demo file for examples.
Contributing
Please check CONTRIBUTING.
License
Released under the BSD 3-Clause License.