@turbodocx/html-to-docx 1.18.0 → 1.18.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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,6 +15,15 @@ Convert HTML to Word, Google Docs, and DOCX files with the fastest, most reliabl
|
|
|
15
15
|
|
|
16
16
|
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.
|
|
17
17
|
|
|
18
|
+
## 🌐 Explore the TurboDocx Ecosystem
|
|
19
|
+
|
|
20
|
+
| Package | Links | Description |
|
|
21
|
+
|---------|-------|-------------|
|
|
22
|
+
| n8n-nodes-turbodocx | [](https://www.npmjs.com/package/@turbodocx/n8n-nodes-turbodocx) [](https://github.com/turbodocx/n8n-nodes-turbodocx) | n8n community node for TurboDocx API & TurboSign |
|
|
23
|
+
<!-- | turbodocx | [](https://www.npmjs.com/package/turbodocx) | TurboDocx Node.js SDK | -->
|
|
24
|
+
<!-- | turbodocx-python | [](https://pypi.org/project/turbodocx/) | TurboDocx Python SDK | -->
|
|
25
|
+
<!-- | turbodocx-ruby | [](https://rubygems.org/gems/turbodocx) | TurboDocx Ruby SDK | -->
|
|
26
|
+
|
|
18
27
|
## Why @turbodocx/html-to-docx?
|
|
19
28
|
|
|
20
29
|
🚀 **Lightning Fast Performance** - Pure JavaScript implementation with no dependencies on headless browsers or external binaries. Perfect for AI applications that need rapid document generation.
|