Exact committed sequence
Every source token in the declared continuity fixture appears exactly once and in order across the committed page boundaries.
NO GAPS · NO DUPLICATESHTML/CSR pagination integrity
Turn current HTML and CSS into committed pages without losing or duplicating declared-flow content at page boundaries. Rapid CSR updates replace only complete generations.
import { ImposiaPageViewer } from "@imposia/react";<ImposiaPageViewer source={{ html }} />Browser ESMReact 18+Native printEPUB 3.3
One source, one committed sequence
Public fixtures flatten every page back to the exact source order. Preview and print share that committed document; EPUB remains a semantic projection.
Every source token in the declared continuity fixture appears exactly once and in order across the committed page boundaries.
NO GAPS · NO DUPLICATESHTML, CSS page rules, and recursive flow fragmentation stay in the browser where the final document lives.
BROWSER ESMUse the React component for application work or the framework-neutral Core controller for a custom surface.
REACT 18+ · CORE APIPrinting calls the committed iframe's Window.print(). There is no cloned print document or second layout pass.
NO PRINT CLONEExport a browser Blob from the latest committed semantic source, without pretending the paginated DOM is fixed-layout EPUB.
SEMANTIC EXPORTTyped warnings expose constrained behavior, while the host asset resolver remains the only admitted resource boundary.
WARNINGS, NOT GUESSWORK