• Read clipboard image, get the data in binary format int_array (Array) is received from Tauri core, Uint8Array and Blob are transformed from int_array

    Parameters

    • format: "Uint8Array" | "int_array" | "Blob"

      data type of returned value, "int_array" is the fastest

    Returns Promise<number[] | Uint8Array | Blob>