[Feature Request] Export to PNG/JPEG (Especially Helpful for the New Mindmap View!)

As title. :sunglasses:

2 Likes

Interesting suggestion. Thanks!

@Shida: we’re rendering the mind map onto the DOM and not a canvas. Is there an easy way to generate a PNG from it?

I actually started taking a look at doing this before we released Mindmap. My conclusion is - It’s easy to render if we were doing things with canvas or SVGs, but it’s harder to render PNGs from DOM elements.

There are a few promising ways (not guaranteed to work) such as this one:


We can set aside some time to look into trying it.