spire.officejs-web-wordtest0605 1.0.1
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 +12 -0
- package/index.d.ts +7 -0
- package/index.js +2 -0
- package/package.json +13 -0
- package/spireword/WebAssembly/Spire.Doc.Base.js +62243 -0
- package/spireword/WebAssembly/Spire.Doc.Base.wasm +0 -0
- package/spireword/api-all-min.js +1429 -0
- package/spireword/api-all.js +11095 -0
package/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# spire.officejs-word
|
|
2
|
+
|
|
3
|
+
The word package is one of the products for Spire.OfficeJS. [Spire.WordJS](https://www.e-iceblue.com/Introduce/spire-word-js.html) supports to create, edit, and manage Word documents directly in your browser — fully integrated into your web applications.
|
|
4
|
+
|
|
5
|
+
# Installation
|
|
6
|
+
```bash
|
|
7
|
+
npm install spire.officejs-word
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
# Getting more help
|
|
11
|
+
|
|
12
|
+
Visit the Spire.OfficeJS home page to get more info about the library: https://www.e-iceblue.com/Introduce/spire-office-js.html
|
package/index.d.ts
ADDED
package/index.js
ADDED
package/package.json
ADDED