Polymer wrapper for cloudinary image service. http://cloudinary.com/
bower install cloudinary-img
<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>
- 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
MIT