Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.
Latest
type alias IMediaData
import { type IMediaData } from "https://deno.land/x/docx@9.0.2/src/file/media/data.ts";
definition: (RegularMediaData | SvgMediaData) & CoreMediaData