cloudinary-img:
[ This description is mirrored from README.md at github.com/fraed/cloudinary-img on 2019-05-22 ]
Project Name
Polymer wrapper for cloudinary image service. http://cloudinary.com/
Installation
bower install cloudinary-img
Demo
<cloudinary-img
cloud-name="euphorika"
path="v1479480680/klfsd9yhnvdcns4ti8w1.jpg"
transformation-params="r_10"
alt="Rounded Corners"></cloudinary-img>
<cloudinary-img
cloud-name="euphorika"
path="v1479480680/klfsd9yhnvdcns4ti8w1.jpg"
transformation-params="w_120,h_120,c_crop,g_face"
alt="Face Finding"></cloudinary-img>
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT