Skip to main content
Module

x/docxml/src/components/Image.ts

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
import * as docxml from "https://deno.land/x/docxml@5.11.4/src/components/Image.ts";

Classes

A component that represents an image in your DOCX document. You can create a new image by passing any promise to an Uint8Array into the data prop, eg. get it from your file system or from a web request.

Type Aliases

A type describing the components accepted as children of Image.

A type describing the props accepted by Image.