Skip to content

API / OuputDataType

Type Alias: OuputDataType

ts
type OuputDataType = ItemOption & {
  blob?: Blob;
  buffer?: Buffer;
  dataURL?: string;
};

ouputdata

Type declaration

NameTypeDescription
blob?Blobfor browser
buffer?Bufferfor nodejs
dataURL?stringbase64

Released under the MIT License.