peter | panjunyu

Results 3 comments of peter | panjunyu

> const image = await RawImage.fromURL(url); > const output = (await upscaler(image)) as unknown as RawImage; > const result = output.toBlob(); Sorry for the late reply. I tried the `const...

> `postMessage` can only pass structured data, so it is wrong to pass the entire object directly. > > https://github.com/codenoobforreal/xobia/blob/master/src/features/image-to-image/superResolution.js#L33C3-L33C9 https://github.com/codenoobforreal/xobia/blob/master/src/routes/image-to-image.tsx#L84 Thanks for pointing out the potential bug of the...