dreamRs / toastui

R htmlwidgets for ToastUI libraries: grid, calendar and chart
https://dreamrs.github.io/toastui
Other
81 stars 8 forks source link

Any plans to include Toast UI Image Editor? #18

Open dcaud opened 2 years ago

dcaud commented 2 years ago

I presume this would entail a bunch of work, but it would be super great:

https://ui.toast.com/tui-image-editor

pvictor commented 2 years ago

Not in the immediate future but why not. Including the complete interface doesn't seem so complicated, transcribing all the methods in shiny on the other hand may take some time.

dcaud commented 2 years ago

That would be great!

I've figured how to get the TUI interface launched within a Shiny app, which was fairly straightforward. However, I want to be able to process images on Shiny Server (using library(magick)) before and after users edit images using TUI. So, I need images to go roundtrip, e.g.,:

shiny -> TUI -> shiny

And getting that to work has proven quite difficult. If you'd like me to help in some way to make this a reality, please let me know!