File tree 5 files changed +4
-4
lines changed
packages/svelte-cloudinary/src 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
53
53
<script lang =" ts" >
54
54
import { pollForProcessingImage } from ' @cloudinary-util/util' ;
55
- import { createLoader } from ' ../helpers /loader' ;
55
+ import { createLoader } from ' ../internal /loader' ;
56
56
import { Image } from ' @unpic/svelte' ;
57
57
58
58
type $$Props = CldImageProps ;
Original file line number Diff line number Diff line change 207
207
</script >
208
208
209
209
<script lang =" ts" >
210
- import { loadScript } from ' ../helpers /scripts' ;
210
+ import { loadScript } from ' ../internal /scripts' ;
211
211
import { mergeGlobalConfig } from ' ../config' ;
212
212
import { onDestroy , onMount } from ' svelte' ;
213
213
import {
Original file line number Diff line number Diff line change 88
88
89
89
<script lang =" ts" >
90
90
import { getVideoPlayerOptions } from ' @cloudinary-util/url-loader' ;
91
- import { loadScript } from ' ../helpers /scripts' ;
91
+ import { loadScript } from ' ../internal /scripts' ;
92
92
import { mergeGlobalConfig } from ' ../config' ;
93
93
import { onDestroy , onMount } from ' svelte' ;
94
94
Original file line number Diff line number Diff line change 1
1
import type { CldImageProps } from '../components/CldImage.svelte' ;
2
2
import type { ImageOptions } from '@cloudinary-util/url-loader' ;
3
- import { getCldImageUrl } from './getCldImageUrl' ;
3
+ import { getCldImageUrl } from '../helpers /getCldImageUrl' ;
4
4
import type { ImageProps } from '@unpic/svelte' ;
5
5
6
6
type URLTransformer = Exclude < ImageProps [ 'transformer' ] , undefined > ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments