import { Docx } from "https://deno.land/x/docxml@3.0.1/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@3.0.1/src/Docx.ts";
Create an empty DOCX, and populate it with the minimum viable contents to appease MS Word.