DEV Community

Discussion on: What are good ways to optimize images from Markdown?

Collapse
 
souksyp profile image
Souk Syp.

ImageKit.io

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

At a first glance, how different is it from Cloudinary?

Also Cloudinary seems to provide Components for popular frameworks as well, such as cloudinary-vue.

Collapse
 
souksyp profile image
Souk Syp.

ImageKit has unlimited requests an transformations (but weird limited storage). See imagekit.io/plans. Pair it with S3 or B2 maybe?

Else you have statically.io I found recently on dev.to which is mostly a free CDN maintained by Frans Ellen (he's a dev.to user). I forgot to asked him about privacy concerns though...

Collapse
 
souksyp profile image
Souk Syp.

As for components integration, I think you can handle it yourself.