CodingCatDev / codingcat.dev

https://codingcat.dev
16 stars 11 forks source link

🚀 Feature: Use Cloudinary's Svelte Component #525

Closed codercatdev closed 2 months ago

codercatdev commented 10 months ago

🔖 Feature description

https://svelte.cloudinary.dev/

🎤 Pitch

Move this CloudinaryImage to this.

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

codercatdev commented 10 months ago
<CldImage
  ...
  config={{
    url: {
      secureDistribution: 'YOUR_CNAME',
      privateCdn: true
    }
  }}
/>