astrolicious / studiocms

A dedicated CMS for Astro Studio. Built from the ground up by the Astro community.

Home Page:https://astro-studiocms.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feat] Extend Current ImageHandler and Image Component to support more Image CDN providers

Adammatthiesen opened this issue · comments

Currently our ImageHandler supports unpic the default free multi-CDN option, and cloudinary-js This is implemented with our internal imageHandler integration and Custom Image Component CImage.astro

The Goal of this issue would be to build support for more CDN direct package options, as well as build a extension system to allow the user to replace the imageHandler with their own custom one, whether that is an Integration, or a simple .astro component.