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
{{ message }}
This repository was archived by the owner on Apr 8, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+21-15Lines changed: 21 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
This is a distribution repository for `bower` and `npm`. The sources for this repository are maintained at the [cloudinary_js repository](https://github.com/cloudinary/cloudinary_js). Please submit issues and pull requests to that repository.
1
+
:information_source:This is a distribution repository for `bower` and `npm`. The sources for this repository are maintained at the [cloudinary_js repository](https://github.com/cloudinary/cloudinary_js). Please submit issues and pull requests to that repository.
2
2
3
-
# Cloudinary - bower and npm repository
3
+
# Cloudinary Client Side JavaScript Library<br>`bower` and `npm` repository
4
4
5
5
Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline.
6
6
@@ -20,25 +20,29 @@ Cloudinary provides URL and HTTP based APIs that can be easily integrated with a
20
20
### bower
21
21
22
22
1. Install the files using the following command. Use the optional `--save` parameter if you wish to save the dependency in your bower.json file.
23
-
24
-
```shell
25
-
bower install cloudinary-core
26
-
```
23
+
```shell
24
+
bower install cloudinary-core
25
+
```
27
26
1. Include the javascript file in your HTML. For Example:
The following instructions describe the installation of the **client-side libraries**. For the server side NodeJS library, see https://github.com/cloudinary/cloudinary_npm
34
35
35
36
1. Install the files using:
36
-
`npm install cloudinary_core`.
37
+
```
38
+
npm install lodash
39
+
npm install cloudinary-core
40
+
```
37
41
1. Include the javascript file in your HTML. For Example:
The Core Cloudinary JavaScript library provides several classes, defined under the "`cloudinary`" domain. The reference documentation is located at https://cloudinary.github.io/pkg-cloudinary-core
70
74
75
+
The Cloudinary JavaScript library provides several classes, defined under the "`cloudinary`" domain.
0 commit comments