@silurus/ooxml 0.15.1 → 0.15.2
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
> **This entire codebase — Rust parsers, TypeScript renderers, tests, and tooling — was implemented by [Claude](https://claude.ai)** (Anthropic's AI assistant) through iterative prompting. No human-written application code exists in this repository.
|
|
2
2
|
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="docs/images/icon.png" alt="office-open-xml-viewer" width="160" height="160">
|
|
5
|
+
</p>
|
|
6
|
+
|
|
3
7
|
# office-open-xml-viewer
|
|
4
8
|
|
|
5
9
|
[](https://www.npmjs.com/package/@silurus/ooxml)
|
package/package.json
CHANGED