docx 9.2.0 → 9.4.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 +7 -0
- package/dist/index.cjs +567 -436
- package/dist/index.d.cts +92 -79
- package/dist/index.d.ts +92 -79
- package/dist/index.iife.js +567 -436
- package/dist/index.mjs +567 -436
- package/dist/index.umd.cjs +567 -436
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
[![Known Vulnerabilities][snky-image]][snky-url]
|
|
15
15
|
[![PRs Welcome][pr-image]][pr-url]
|
|
16
16
|
[![codecov][codecov-image]][codecov-url]
|
|
17
|
+
[![Docx.js Editor][docxjs-editor-image]][docxjs-editor-url]
|
|
17
18
|
|
|
18
19
|
<p align="center">
|
|
19
20
|
<img src="https://i.imgur.com/QeL1HuU.png" alt="drawing"/>
|
|
@@ -64,6 +65,10 @@ More [here](https://github.com/dolanmiu/docx/tree/master/demo)
|
|
|
64
65
|
|
|
65
66
|
Please refer to the [documentation at https://docx.js.org/](https://docx.js.org/) for details on how to use this library, examples and much more!
|
|
66
67
|
|
|
68
|
+
# Playground
|
|
69
|
+
|
|
70
|
+
Experience `docx` in action through [Docx.js Editor][docxjs-editor-url], an interactive playground where you can code and preview the results in real-time.
|
|
71
|
+
|
|
67
72
|
# Examples
|
|
68
73
|
|
|
69
74
|
Check the [demo folder](https://github.com/dolanmiu/docx/tree/master/demo) for examples.
|
|
@@ -115,3 +120,5 @@ Made with 💖
|
|
|
115
120
|
[patreon-url]: https://www.patreon.com/dolanmiu
|
|
116
121
|
[browserstack-image]: https://user-images.githubusercontent.com/2917613/54233552-128e9d00-4505-11e9-88fb-025a4e04007c.png
|
|
117
122
|
[browserstack-url]: https://www.browserstack.com
|
|
123
|
+
[docxjs-editor-image]: https://img.shields.io/badge/Docx.js%20Editor-2b579a.svg?style=flat&logo=javascript&logoColor=white
|
|
124
|
+
[docxjs-editor-url]: https://docxjs-editor.vercel.app/
|