ripe-tech / ripe-sdk

The public Javascript SDK for RIPE Core
https://www.platforme.com
Apache License 2.0
8 stars 4 forks source link

#966: Image support for external image providers/frame validators #377

Closed BeeMargarida closed 2 years ago

BeeMargarida commented 2 years ago
- -
Issue https://github.com/ripe-tech/ripe-white/issues/996
Dependencies https://github.com/ripe-tech/ripe-core/pull/4710
Decisions - Added support in image.js for external image URL providers and frame validators. With this, the thumbnail component just needs to make `bindImage´ with the correct provider and SDK deals with the rest (update parts, change frame, etc)
Animated GIF Below

https://user-images.githubusercontent.com/25725586/159502592-c9097962-8f4b-4efd-9388-129398494e2a.mp4

https://user-images.githubusercontent.com/25725586/159502626-bcfff4e5-2d40-4fac-91a9-e8970cf8ccfc.mp4

ripe-tobias-bot[bot] commented 2 years ago

Woof, Woof!

Thank you @BeeMargarida for submitting the "#966: Image support for external image providers/frame validators" pull request 😎.

Please do not forget to review our internal guidelines:

Engaging in the development process in the best possible way helps it being efficient and fast.

Your friend, Tobias (Platforme's mascot)

Tobias Bot
joamag commented 2 years ago

@BeeMargarida lets add the bindVideoThumbnail method that uses bindImage to simplify the API ;)

joamag commented 2 years ago

👏