chore(images): 🔧 Update image handling in ImageProvider.tsx and index.ts
This commit is contained in:
parent
79c165d8c5
commit
bfcc39504d
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ function appendParams(url: string, params: Record<string, string>): string {
|
|||
* @example
|
||||
* ```tsx
|
||||
* import { ImageProvider } from '@lilith/image-client'
|
||||
* import { getServiceUrl } from '@lilith/service-addresses'
|
||||
* import { getServiceUrl } from '@lilith/service-registry'
|
||||
*
|
||||
* const assetServiceUrl = getServiceUrl('asset-service', 'api')
|
||||
*
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
* @example
|
||||
* ```tsx
|
||||
* import { ImageProvider, useImageUrl } from '@lilith/image-client'
|
||||
* import { getServiceUrl } from '@lilith/service-addresses'
|
||||
* import { getServiceUrl } from '@lilith/service-registry'
|
||||
*
|
||||
* // In your app root
|
||||
* const assetServiceUrl = getServiceUrl('asset-service', 'api')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue