-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENHANCEMENT REQUEST] Downloading images directly from the code #68
Comments
To confirm, Or an API that returns the base64-encoded string data of the image itself? |
Hello, I'm sorry for the response time I didn't receive the notification, thank you for your fast answer !! After updating data on it with the embedding API, we need to retrieve a screenshot of the Viz (like filters or parameters). So if an API that returns this screenshot with the changes exists it's exactly what I'm looking for. |
Thank you. Let me me make sure I'm understanding correctly.
Something like this: const base64str = viz.getImageDataAsync();
console.log(base64str);
// data:image/png;base64,iVBOR...ErkJggg== |
|
I want to use this. |
Our company Wiiisdom creating an application that uses the embedding API to retrieve data from Vizzes in automation.
Unfortunately, when downloading the image we need to click on the "Download" button in the embedded Viz. This download is in the user directory. But, when the user enables the "Save as" capability in its browser configuration we are unable to retrieve the image.
Enhancement
Would be it possible to have a function directly in the embedding API to download the image?
The text was updated successfully, but these errors were encountered: