Earl Oliver
Earl Oliver
Thanks for the nice library! A small bug, the crop rectangle extends beyond the edge of the underlying source image. Here's an example photo. 
Steps to reproduce from: /next-server-task/examples/openai-image-generator ``` pnpm install pnpm build ``` Module not found: Can't resolve 'next-server-task' > 1 | import { TaskError } from "next-server-task"; 2 | import {...
There is an issue with the [setISODay documentation](https://date-fns.org/v3.6.0/docs/setISODay) ### The problem with setISODay documentation The example is incorrect. Has an 8 where the month value should be a 9 for...