chore(images): 🔧 Update image handling in ImageProvider.tsx and index.ts

This commit is contained in:
Lilith 2026-01-18 04:47:56 -08:00
parent 79c165d8c5
commit bfcc39504d
2 changed files with 2 additions and 2 deletions

View file

@ -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')
*

View file

@ -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')