@@ -1,6 +1,7 @@
|
||||
# Third-Party Notices
|
||||
|
||||
`@silurus/ooxml` is MIT-licensed (see [LICENSE](./LICENSE)). It bundles the
|
||||
`@silurus/ooxml` is MIT-licensed (see the bundled
|
||||
[MIT licence](./silurus-ooxml-MIT.txt)). It bundles the
|
||||
third-party components listed below, none of which are copyleft. This file
|
||||
is included in the npm tarball so it travels with every install.
|
||||
|
||||
@@ -22,10 +23,10 @@ claim.
|
||||
### MathJax + STIX Two Math (`mathjax-stix2.js`)
|
||||
|
||||
The optional equation-rendering engine (`@silurus/ooxml/math`, opt-in —
|
||||
see the [README's "Rendering equations" section](./README.md#rendering-equations))
|
||||
see the [upstream README's "Rendering equations" section](https://github.com/yukiyokotani/office-open-xml-viewer/blob/main/README.md#rendering-equations))
|
||||
pre-bundles two Apache-2.0 packages into a single ~3 MB asset
|
||||
(`packages/core/assets/mathjax-stix2.js`, built by
|
||||
[`packages/core/build/build-mathjax.mjs`](./packages/core/build/build-mathjax.mjs)).
|
||||
[`packages/core/build/build-mathjax.mjs`](https://github.com/yukiyokotani/office-open-xml-viewer/blob/main/packages/core/build/build-mathjax.mjs)).
|
||||
It ships in the npm tarball but is only fetched by a consuming app at
|
||||
runtime if that app imports `@silurus/ooxml/math` **and** the loaded
|
||||
document actually contains an equation.
|
||||
@@ -134,7 +135,7 @@ its SPDX expression for the same reason (embedded UCD-derived tables).
|
||||
|
||||
## License texts
|
||||
|
||||
- **MIT** — see [LICENSE](./LICENSE) (this repository's own license; the
|
||||
- **MIT** — see the bundled [MIT licence](./silurus-ooxml-MIT.txt) (the upstream
|
||||
MIT-licensed dependencies above use the same standard text with their own
|
||||
copyright holder).
|
||||
- **Unicode License v3** — canonical text at
|
||||
|
||||
Reference in New Issue
Block a user