Hello, everyone!
I want to take a snapshot for a Window. In electron, I can do something like window.webContents.capturePage().
I have already seen the following documents, but I couldn't find a feature that is similar to Electron:
https://docs.rs/tauri/latest/tauri/window/struct.Window.html
https://tauri.app/v1/api/js/window#webviewwindow
If Tauri doesn't currently support this feature, do you have any recommendations on how I might implement a similar functionality as a workaround?
Thank you!