Show image in Julia Dash app

Hello,
I am looking for a way to plot an image in the dash app written in Julia. Currently, I am not able to find any way to plot (for example) a simple PNG or JPG or EPS image using any available plotting functions in Plotly.js. For those of you, who come from Python world, I am looking for an equivalent methods to imshow from matplotlib.pyplot.
The closest that I can find is heatmap function, but it is only for 2D data. Any help would be appreciated. Thanks a lot in advance!