angelocarasig / Terminus

A VNDB Helper
https://terminus.moe
0 stars 0 forks source link

Image caching service #8

Open angelocarasig opened 1 year ago

angelocarasig commented 1 year ago

images take long to render to the user, first time load should try storing in local cache as b64 and subsequent loads should just retrieve from cache based on smth like the vn id

scalability later when porting as an electron app