Skip to main content
Module

x/gotenberg/mod.ts>Asset

A gotenberg client for Deno
Latest
type alias Asset
import { type Asset } from "https://deno.land/x/gotenberg@0.4.0/mod.ts";

A simple File object

definition: { filename: string; content: Blob; }