tts2k / re-sep

https://re-sep.vercel.app
MIT License
0 stars 0 forks source link

Experimenting with EBook-like text reflowable pagination #2

Open tts2k opened 7 months ago

tts2k commented 7 months ago

The idea sounds really nice on paper, considering that the project took inspiration from an EBook reader. There are a few direction that can be considered to implement this:

However, the main problem is that the HTML text needs to be pre-processed from client side to be paginated correctly (it needs information on client view port, container size etc), eliminating the advantage of SSR entirely. So the real question is, is it worth it?