readium-shared-js
readium-shared-js copied to clipboard
PAGINATION_CHANGED event: how to wait for any pre-processing steps that affect rendering
For example:
- image tap behaviour (good use-case for plugin too)
- page-break replacement with column-break (specific to reflow view mode)
- etc.
This sounds like an extension point to me. And actual implementation providers could be integrated into the app as plugins (as per the existing plugin framework).