Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 735 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 735 Bytes

Storing the image as a string in indexed db

This is a demo on storing the images as base64 string in indexed DB using JsStore.

It would be very easy to understand if you are familiar with Jquery and JsStore. In case you need, you can go through Jquery Tutorial and JsStore Tutorial.

We are just converting the image into base64 String and storing it in the Indexed DB as a string and use that string to display the image whereever needed.

You can check the live demo here.