orz-paged-browser 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # orz-paged-browser
2
+
3
+ Prebuilt, single-file in-browser **paged-document engine** for
4
+ [`orz-paged`](https://github.com/wangyu16/orz-paged) `.paged.html` files.
5
+
6
+ It is `esbuild(paged.js + orz-markdown + the orz-paged document layer / assembler)`
7
+ as one IIFE that exposes `window.orzpaged`. Each generated `.paged.html` either
8
+ inlines this bundle (`--inline`, the default) or loads it from jsDelivr (`--cdn`).
9
+
10
+ The engine reads the embedded Markdown from `<script id="orz-src">`, assembles it
11
+ (settings → elements → page CSS), renders async content (math/diagrams) and waits
12
+ for fonts, then paginates with paged.js into `.pagedjs_page` boxes. PDF export is
13
+ the browser's own print.
14
+
15
+ Versioned in **lockstep** with `orz-paged`. Generated by `npm run bundle`; not
16
+ edited by hand.