Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/docxml/src/files/wip/Theme.ts>Theme.fromArchive

TypeScript library for parsing and building a DOCXML file
Go to Latest
method Theme.fromArchive
import { Theme } from "https://deno.land/x/docxml@5.1.0/src/files/wip/Theme.ts";

Instantiate this class by looking at the DOCX XML for it.

Parameters

archive: Archive
location: string

Returns

Promise<Theme>