Fix: Use browser compatable Buffer (#3057)

* Fix: Use browser compatable Buffer

* Update src/patcher/from-docx.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Dolan
2025-04-18 00:02:21 +01:00
committed by GitHub
parent fe7a75b754
commit 44ed2d6943
3 changed files with 18 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "docx",
"version": "9.4.0",
"version": "9.4.1",
"description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",
"type": "module",
"main": "dist/index.umd.cjs",