WeSearch

Prose reader, a modern reading system engine

·3 min read · 0 reactions · 0 comments · 9 views
#webdev#javascript#books#typescript
Prose reader, a modern reading system engine
⚡ TL;DR · AI summary

Prose is a modern reading system engine designed for developers to create their own reading applications. It supports various formats like EPUB and comic archives, offering a modular architecture for flexibility. The author seeks feedback from developers interested in enhancing the reading experience and improving the SDK.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1088601) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Maxime Posted on May 30 Prose reader, a modern reading system engine #webdev #javascript #books #typescript Hi HN, I’m the author of Prose, an MIT-licensed reading engine / SDK for building reading apps on the web and mobile: https://prose-reader.com/ The project has been around for about 6 years, but I’ve never really promoted it much. I’ve mostly been working on the architecture, compatibility, examples, and developer experience.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)