UNPKG

bitcoin-inscription-viewer

Version:

🔍 A robust, production-ready React/TypeScript library for viewing Bitcoin Ordinals inscriptions with advanced optimization features including LRU caching, LaserEyes wallet integration, virtual scrolling, and performance monitoring

13 lines 785 B
export { InscriptionViewer } from './InscriptionViewer'; export { InscriptionRenderer } from './InscriptionRenderer'; export { InscriptionModal } from './InscriptionModal'; export { LazyInscriptionCard } from './LazyInscriptionCard'; export { ApiExplorer } from './ApiExplorer'; export { EnhancedInscriptionViewer } from './EnhancedInscriptionViewer'; export { analyzeContent, shouldLazyLoad } from './contentAnalyzer'; export type { ContentInfo, ContentAnalysis } from './contentAnalyzer'; export type { EnhancedInscriptionViewerProps, PreFetchedContent, PerformanceOptions, FallbackOptions } from './EnhancedInscriptionViewer'; export * from './renderers'; import { InscriptionViewer } from './InscriptionViewer'; export default InscriptionViewer; //# sourceMappingURL=index.d.ts.map