Closed goldylucks closed 7 years ago
@goldylucks You can use cloudinary-core
which is the foundation underlying Cloudinary's React SDK.
Code snippet:
import cloudinary from 'cloudinary-core';
const cloudinaryCore = new cloudinary.Cloudinary({cloud_name: 'demo'});
const SampleImg = () => (
<img src={cloudinaryCore.url('sample')} />
);
See full sample here
Maybe drop a reference in the docs?
Closing :)
@goldylucks Thank you for the feedback. I will pass it along to the documentation team.
so we could do:
My use case is to use this inside rendering markdown: