Module

x/docx/src/file/media/data.ts>IMediaData

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Go to Latest
interface IMediaData
import { type IMediaData } from "https://dotland.deno.dev/x/docx@8.2.1/src/file/media/data.ts";

Properties

readonly
stream: Buffer | Uint8Array | ArrayBuffer
readonly
fileName: string
readonly
transformation: IMediaDataTransformation