diegopamio / vue-cloudinary

A Vue.js (https://github.com/vuejs/vue) plugin that offers a reusable directive to get image from Cloudinary (https://cloudinary.com)
MIT License
25 stars 4 forks source link

Support for Cloudinary URL? #3

Open patrickcate opened 5 years ago

patrickcate commented 5 years ago

The Cloudinary JS API has a url method (https://cloudinary.com/documentation/javascript_image_manipulation#direct_url_building) that returns the http url of the image w/transformations.

Would it be possible to get a second directive to using this method?

rechl commented 5 years ago

Would also need it. Would you merge a PR if I provided one?