this is an unusual question but bear with me. I am using TradingView widgets in my app. One widget offers link of the image of snapshot. I do not need to show the entire widget but I do need to get that snapshot from the widget. The snapshot option in the widget gives the link to the image which I need to extract. Here is the documentation for the widget: https://jorrinkievit.github.io/react-ts-tradingview-widgets/docs/components/AdvancedRealTimeChartWidget
I am using the map function to give the symbol to this widget but I need to get snapshot of every widget in place of the widget. Any insight would help