matthewp / comic-reader

A comic reader web component

Home Page:https://pkg.spooky.click/comic-reader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for custom book sources

matthewp opened this issue · comments

Current we always expect to load from a zip. However for better performance a site might want to store the book in indexeddb or somewhere that can be accessed faster than a zip. So we want some source of item source api similar to this to allow for that.