shuZro

Results 7 comments of shuZro

when I set allowSyntheticDefaultImports: true in my tsconfig I get the following error when I try to build my library when using an import like you mentioned above. `This module...

@benelliott Yup that was the problem. Resolved thanks!

I was using https://github.com/danielgatis/rembg to remove the background of an image. Then was passing it to pyxelate. Here is some of my code `def process_image(image, size, colours, remove_bg=False) -> Image:...

Removing this code fixed my issue: https://github.com/shuZro/pyxelate/commit/bfe66ff5589a70187b2c38bc58184891f779b3a8