@opendocument/odr-core 0.0.0 → 6.3.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 CHANGED
@@ -76,7 +76,7 @@ where `Symbol.dispose` is supported.
76
76
  ## Hosting
77
77
 
78
78
  - Serve `.wasm` as `application/wasm`, or the browser cannot stream-compile it.
79
- - **Enable brotli.** It takes the module from 3.0 M to about 820 K — worth more
79
+ - **Enable brotli.** It takes the module from 2.9 M to about 830 K — worth more
80
80
  than every code-size flag put together. Hosts that only gzip land at ~1.2 M.
81
81
  - No COOP/COEP headers needed. The build is deliberately single-threaded so
82
82
  that a plain static host, GitHub Pages included, is enough.
package/odr-core.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendocument/odr-core",
3
- "version": "0.0.0",
3
+ "version": "6.3.0",
4
4
  "description": "Render documents (ODF, OOXML, legacy MS binary, PDF, ...) to HTML in the browser, with no server",
5
5
  "keywords": [
6
6
  "odf",