I am developing an webos app using Angular 8.0.1 version. From angular I call a API and I get a response from server. I get base64 string of image as API response.
So I want to convert that base64 image string to Image and store to device. There may be so many images so localstorage is not useful. To store base64 string in inbuilt databse its also not useful. So suggest me how to store image in device