@turbodocx/html-to-docx 1.13.4 → 1.14.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 +23 -6
- package/dist/html-to-docx.esm.js +1 -1
- package/dist/html-to-docx.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,19 +1,32 @@
|
|
|
1
1
|
[](https://www.turbodocx.com)
|
|
2
2
|
|
|
3
|
-
html-to-docx
|
|
4
|
-
|
|
3
|
+
@turbodocx/html-to-docx
|
|
4
|
+
====================
|
|
5
5
|
[![NPM Version][npm-image]][npm-url]
|
|
6
|
+
[](https://github.com/turbodocx/html-to-docx)
|
|
6
7
|
[](https://typescript.org)
|
|
7
8
|
[](https://discord.gg/NYKwz4BcpX)
|
|
8
|
-
[](https://www.npmjs.com/package/@turbodocx/html-to-docx)
|
|
9
10
|
[](https://twitter.com/TurboDocx)
|
|
10
11
|
[](https://www.turbodocx.com/use-cases/embedded-api?utm_source=github&utm_medium=repo&utm_campaign=open_source)
|
|
11
12
|
|
|
12
|
-
|
|
13
|
+
Convert HTML to Word, Google Docs, and DOCX files with the fastest, most reliable JavaScript library available. Built for modern applications that demand speed and precision—from AI-powered document generation to enterprise reporting systems.
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
Based on the original work and assisted by the original contributors of [privateOmega/html-to-docx](https://github.com/privateOmega/html-to-docx), this library is now actively maintained and enhanced by TurboDocx, ensuring continuous improvements and long-term support for production environments.
|
|
15
16
|
|
|
16
|
-
|
|
17
|
+
## Why @turbodocx/html-to-docx?
|
|
18
|
+
|
|
19
|
+
🚀 **Lightning Fast Performance** - Pure JavaScript implementation with no dependencies on headless browsers or external binaries. Perfect for AI applications that need rapid document generation.
|
|
20
|
+
|
|
21
|
+
🔄 **Active Maintenance & Support** - Backed by TurboDocx with regular updates, bug fixes, and feature enhancements. Not another abandoned open-source project.
|
|
22
|
+
|
|
23
|
+
🤖 **AI-Ready Architecture** - Designed for modern AI workflows where speed matters. Generate thousands of documents without the overhead of browser automation.
|
|
24
|
+
|
|
25
|
+
⚡ **Zero External Dependencies** - No need for Puppeteer, Chrome, or LibreOffice. Pure Node.js implementation that works in any environment.
|
|
26
|
+
|
|
27
|
+
🎯 **Production Battle-Tested** - Used in production environments processing thousands of documents. Reliable, stable, and performant at scale.
|
|
28
|
+
|
|
29
|
+
🛠️ **Developer Experience** - Full TypeScript support, comprehensive documentation, and extensive examples to get you up and running in minutes.
|
|
17
30
|
|
|
18
31
|
## Installation
|
|
19
32
|
|
|
@@ -274,3 +287,7 @@ MIT
|
|
|
274
287
|
</a>
|
|
275
288
|
|
|
276
289
|
Made with [contrib.rocks](https://contrib.rocks).
|
|
290
|
+
|
|
291
|
+
---
|
|
292
|
+
|
|
293
|
+
**Note:** Currently optimized for Node.js environments. Browser support is planned for future releases.
|