UNPKG

evermark-sdk

Version:

Unified SDK for robust image handling and content management with storage orchestration

8 lines 678 B
/** * Core module exports * MINIMAL CHANGES: Fixed import paths only */ export type { ImageSource, ImageSourceInput, LoadAttempt, LoadingState, SourceResolutionConfig, StorageConfig, TransferResult, UploadProgress, StorageFlowResult, ImageLoaderOptions, LoadImageResult, CacheEntry, CacheConfig, LoadMetrics, PerformanceStats, SupabaseUploadOptions, IPFSFetchOptions, CORSConfig, Result, SourceResolver } from './types.js'; export { ImageLoadingError, StorageError } from './types.js'; export { resolveImageSources, createIpfsUrl, createPlaceholderSource, isValidUrl, isValidIpfsHash, createDefaultStorageConfig } from './url-resolver.js'; //# sourceMappingURL=index.d.ts.map