I'm looking to include an image in a CardMedia component, but the image is currently stored as a base64 string like this:
iVBORw0KGgoAAAANSUhEUgAAASwAAACoCAMAAABg99fBOxrQANHibkS1KoplYAFHgUGz85g6Ggnn2ysaMXSlccHislKRm7uI10eB9piJYuPjE3epRveUuwrTNidn9ad2ZMZFxNfoOJjTsOGESjp...
After converting the string to a blob/file, I am unsure of how to attach the image to the CardMedia component since it appears to only accept a path to an image.