Skip to content

Commit

Permalink
closes #76
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasfha committed Jan 10, 2024
1 parent b2900a4 commit bb1afa0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/src/docs/components/clduploadwidget/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ order: 1
<script>
import Callout from '$lib/components/Callout.svelte'
importCldUploadWidget } from 'svelte-cloudinary'
import { env } from '$env/dynamic/public';
import { env } from '$env/dynamic/public';
import Video from '$lib/components/Video.svelte'
let infoUpload
let infoUploadSecure
let infoUploadSecure

</script>

Expand Down Expand Up @@ -130,7 +131,11 @@ See a full example of an API endpoint used with the Svelte Cloudinary docs: http
<p>URL: { infoUploadSecure?.secure_url }</p>
</div>


## Watch & Learn
<Video
title=""
url="https://www.youtube.com/watch?v=UqnLbIzRnnI"
/>

## Learn More about CldUploadWidget
* [Configuration](/clduploadwidget/configuration)
Expand Down

0 comments on commit bb1afa0

Please sign in to comment.