ninjatronic / angular-base64

Base64 conversion for AngularJS
Other
185 stars 113 forks source link

Image url to base64 format #29

Open akashs1706 opened 7 years ago

akashs1706 commented 7 years ago

I am getting images from API. So what i need is to convert those image urls to base64 and save it in sqlite table. and then display them offline from local sqlite db where images saved as base64.