Skip to content

API / OuputDataType

类型别名: OuputDataType

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

输出结果

类型声明

名称类型描述
blob?Blob浏览器中输出
buffer?Buffernode环境输出
dataURL?stringbase64

Released under the MIT License.