uploadcare / uploadcare-rails

Rails API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
MIT License
58 stars 70 forks source link

Image preview #59

Closed f6v closed 6 years ago

f6v commented 6 years ago

Is image preview described here supported by the gem?

dmitry-mukhin commented 6 years ago

That is an example of how you can use image preview. It is only one of many ways to achieve previews, and depending on your business logic you can use it verbatim or just do something similar that makes sense for your case.

Hence, there is no point to implement something like this in the gem (or any other client library).

Let us know if that makes sense or not.