You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,18 @@ Cloudinary provides URL and HTTP based APIs that can be easily integrated with a
21
21
```
22
22
23
23
1. Include the javascript files in your code. For Example:
24
-
24
+
25
+
```js
25
26
import {Image} from'cloudinary-react';
27
+
```
26
28
27
29
28
30
## Setup
29
31
30
32
In order to properly use this library you have to provide it with a few configuration parameters. All configuration parameters can be applied directly to the element or using a CloudinaryContext element.
0 commit comments