Grab a snapshot of a rendered card?

Is there any HA integration which would allow to grab a snapshot of a rendered card as an image file? I’m using ApexCharts cards for various things, including displaying the electricity prices for the next day. I would like to capture an image of that card and send it to a Matrix channel as soon as the data is available.
I know how I would do something like that in Python with MathPlotLib but I’m wondering if there is a way to just grab the rendered ApexCharts card from HA.

Maybe this is something you can build on?

Export cards to png/jpeg - Feature Requests - Home Assistant Community

1 Like

Perfect, thank you!