Vincent
Vincent
this fixes arm64 compatibility referenced in https://github.com/nicolaspanel/numjs/issues/122 resolves #122 #106
see #125 that fixes this issue in the meantime, adding to your project package.json: ``` "resolutions": { "sharp": "0.30.7" // or 0.29.3 }, ``` should fix the issue you can...
Hi @buntarb @rpaik any chance to get some feedback on this? I'm happy to help makes the changes needed to be able to identify a fulfilled query response apart from...
I read the proposals, and I'm not quiet sure my use case is listed, I need to resize a tiff while keeping the original color profile (which is Adobe RGB...
this is what we use to get png trimmed dimensions, thanks to silenceLeo 🙏🏻 ```javascript /** * Return bounding box information without outer transparent pixel * Until sharp implement an...
used in https://github.com/rawpixel-vincent/testcafe-opengl
using next.js same error
that error happen when you instantiate a button without a valid provider={} props Might worth adding a better error message in that case (e.g. missing or invalid provider)
more recent version of sharp here #136