Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat #55 enable upload widget instance methods #78

Merged
merged 12 commits into from
Jan 16, 2024
2 changes: 2 additions & 0 deletions docs/src/app.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@
[data-theme='night'] {
--searchbox-bg: rgba(249,250,251,.1);
}


7 changes: 7 additions & 0 deletions docs/src/docs/components/cldogimage/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ order: 1
<script>
import Callout from '$lib/components/Callout.svelte'
import { CldOgImage, CldImage } from 'svelte-cloudinary'
import Video from '$lib/components/Video.svelte'
</script>

<CldOgImage
Expand Down Expand Up @@ -123,6 +124,12 @@ The CldOgImage component uses the same API as [CldImage](/CldImage/configuration
</Callout>


## Watch & Learn
<Video
title="Dynamic Social Cards in Svelte with Svelte Cloudinary - Dev Hints"
url="https://www.youtube.com/watch?v=KsOtGDCocFs"
/>

## Learn More about CldOgImage
* [Configuration](/CldOgImage/configuration)
* [Examples](/CldOgImage/examples)
Loading
Loading