File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,17 @@ const src = buildUrl('example', {
3737console.log(src)
3838```
3939
40+ ## Installation
41+
42+ To use ` cloudinary-build-url ` :
43+
44+ ``` bash
45+ npm i cloudinary-build-url
46+
47+ # OR
48+ yarn add cloudinary-build-url
49+ ```
50+
4051## Use with TypeScript
4152
4253cloudinary-build-url supports TypeScript. In order to start using the lib with TypeScript, please install ` @cld-apis/types ` as devDependencies.
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ title: Setup
33description : ' How to set up the builder'
44position : 2
55category : Guide
6+ version : 1
67---
78
89## Installation
Original file line number Diff line number Diff line change 2626npm i cloudinary-build-url
2727```
2828
29+ ## Use with TypeScript
30+
31+ In order to start using the lib with TypeScript, please install ` @cld-apis/types ` as devDependencies.
32+
33+ ``` bash
34+ npm i -D @cld-apis/types
35+
36+ # OR
37+
38+ yarn add -D @cld-apis/types
39+ ```
40+
2941## Usage
3042
3143### Build a delivery url for image
You can’t perform that action at this time.
0 commit comments