I am using Jimp NPM module for image processing in NextJs api function which is to use a local font situated in public folder, This is working fine in development server but it is giving me errors when deployed to vercel, error says no such file or directory, I even tried using Jimp.FONT_SANS_64_BLACK but still it is giving me the same error.
Asked
Active
Viewed 297 times
2
-
Could you please provide a [mre]? – juliomalves Jan 05 '22 at 18:57
-
Related to [this](https://github.com/vercel/next.js/issues/33736) – Nikola Petrovic Aug 29 '23 at 05:33