We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739d8f9 commit bcbb5b4Copy full SHA for bcbb5b4
src/utils.ts
@@ -139,6 +139,7 @@ export async function toBytes(
139
export async function fromBytes(
140
array: Uint8ClampedArray
141
): Promise<HTMLImageElement> {
142
+ // @ts-expect-error oh come on
143
const blob = new Blob([array]);
144
145
return new Promise<HTMLImageElement>((resolve, reject) => {
0 commit comments