0

Currently i am using localForage and caching axios request which stores image blobs with over 2 gb image list , user frequently uses this images so i need to cache this in browser

1 Answers1

0

2GB of size is not cacheable what you can do is load fragment of the image that the user asks for try using openseagragon library I used it to view on web images up to 7GB of size

Ibrahim shamma
  • 399
  • 5
  • 13