How do I use Html5 local storage to save and load Images?
I know that it is possible to save data like int or string into the local storage.
My game need to download many character animation images, like walk and shoot. So I hope to save and load image using the Html5 local storage, and only download the images for once.