toDataUri.d.ts 103 B

1
  1. export declare const toDataUri: (buf: Uint8Array, params?: Record<string, string | number>) => string;