Can images be displayed on the nodes of a treemap?

I want to display images on the nodes of a treemap instead of just a colored square. As far as I can tell, there is not a trivial way of doing this right now. From what I have read so far, one alternative seems to be to reimplement the treemap in React and then import it to dash. Does that sounds reasonable, or I’m I missing something that sounds easier?