Skip to main content
Module

x/display/format.ts>MediaBundle

Rich Displays for Jupyter JavaScript Kernels
Go to Latest
type alias MediaBundle
import { type MediaBundle } from "https://deno.land/x/display@v0.1.1/format.ts";
definition: { [key: string]: string | object | undefined; text/plain?: string; text/html?: string; image/svg+xml?: string; text/markdown?: string; application/javascript?: string; image/png?: string; image/jpeg?: string; image/gif?: string; application/pdf?: string; application/json?: object; application/geo+json?: object; application/vdom.v1+json?: object; application/vnd.plotly.v1+json?: object; application/vnd.vega.v5+json?: VegaObject; application/vnd.vegalite.v4+json?: VegaObject; application/vnd.vegalite.v5+json?: VegaObject; }