Before/After image comparison component for Quasar
-
I’ve spotted this this component which can arrange pretty nice comparison for images.
I believe I won’t have any difficulties applying that in Quasar app?
Does it make sense to have this kind of component in core Quasar framework? -
@Diamon well, it would be nice to have something like this as a part of a picture uploader. Sometimes it is useful to crop, adjust, filter even uploaded picture. Such preview would give a substantial edge for Quasar uploader in comparison to another frameworks. Anyway, bear in mind, that such functionality would have to work well on all Quasar supported platforms: spa, pwa, ssr, desktop, mobile, cordova, electron. In my opinion - nice to have, low priority.
-
It’s already in there.
I found this in the QSplitter examples, here: https://quasar.dev/vue-components/splitter#Fun-examples -
@chyde90 Fun! Quasar rules!
And this is very nice image editor with possible quasar uploader integration:
https://github.com/nhn/toast-ui.vue-image-editor
It works even in Quasar dialog and has many useful features.
-
Now that’s impressive! Thanks for those links, will definitely give them a try.