import { Docx } from "https://deno.land/x/docxml@5.9.0/src/Docx.ts";
Create an empty DOCX, and populate it with the minimum viable contents to appease MS Word.
import { Docx } from "https://deno.land/x/docxml@5.9.0/src/Docx.ts";
Create an empty DOCX, and populate it with the minimum viable contents to appease MS Word.