mrbrianevans / social-media-export-analyser

Analyse GDPR exports of your data from big social media companies
https://social-media-export-analyser-mrybc.ondigitalocean.app/
MIT License
1 stars 0 forks source link

Create repository to map image file names to blob URLs #35

Closed mrbrianevans closed 2 years ago

mrbrianevans commented 2 years ago

Images and videos are passed around as blob URLs instead of raw file contents. Some other files reference these media by their original filename. There is a need for a central repository (accessible from all components) that maps the original file name to the blob URL.

One possible idea is to use an object in sessionStorage to map filenames to URLs