I believe it is possible to have a png file with multiple images on it, and have them rendered separately using JavaScript., However I've not been able to find out how to do this. Can anyone assist me?
Just to be clear, I can follow this
https://www.quora.com/How-do-you-insert-an-image-in-Javascript#
But what I'm looking for it something more flexible, where the png file has various images positioned within it, and the JavaScript can access the images separately, to overlay one image on top of another, not simply adjust the offset of each image.
ASKER