Pushing Generated PNG to Convex DB
import img from '../TodayImg.png'const image = await img.blob();const storageId: Id<"_storage"> = await ctx.storage.store(image)(attatched code and error message)
I am getting a "No loader is configured for ".png" files" error. Does anyone know how I can fix this?


