File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ Using this SDK, you can apply advanced transformations to your images and videos
88This SDK can also be used with [ popular frontend frameworks] ( https://cloudinary.com/documentation/sdks/js/frontend-frameworks/index.html ) .
99
1010## Help & Examples
11- - { @ tutorial gettingStarted}
12- - { @ tutorial annotatedExamples}
13- - { @ tutorial configuration}
11+ - [ Getting started ] ( https://cloudinary.com/documentation/sdks/js/url-gen/tutorial- gettingStarted.html )
12+ - [ Annotated Code Examples ] ( https://cloudinary.com/documentation/sdks/js/url-gen/tutorial- annotatedExamples.html )
13+ - [ Configuration ] ( https://cloudinary.com/documentation/sdks/js/url-gen/ tutorial-configuration_.html )
1414
1515## Installation
1616``` bash
@@ -36,6 +36,7 @@ const cld = new Cloudinary({
3636// Let's create a new image
3737const myImage = cld .image (' sample' );
3838import {Resize } from ' @cloudinary/url-gen/actions/resize' ;
39+
3940myImage .resize (Resize .scale ().width (100 ).height (100 ));
4041
4142// When we're done, we can apply all our changes and create a URL.
You can’t perform that action at this time.
0 commit comments