nuxt-image and uploading
I'm looking at nuxt-image. Currently I use Filepond to upload from my client to my server, then have a CDN in front of it. This is a faff, and requires me to transcode HEIC files, resize for uploads, and so on. This is dull code.
Ideally I would get rid of this, and have:
Ideally I would get rid of this, and have:
- A nuxt-approved list of image CDNs
- A nuxt image uploader component which uploaded to my chosen CDN
- A nuxt image viewer component