sempdf
sempdf v1.9.1Type aliases

Type Alias: JsonBinarySource

sempdf v1.9.1


sempdf / JsonBinarySource

type JsonBinarySource = 
  | {
  base64: string;
}
  | {
  path: string;
}
  | {
  url: string;
};

Defined in: src/document-json.ts:53

A binary asset source. path and url require Node 18+/a fetch-capable runtime.