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

14 lines 490 B
interface ImageRendererProps { src: string; alt?: string; mimeType: string; fileExtension?: string; maxHeight?: number; showControls?: boolean; } /** * Enhanced image renderer with zoom, pan, rotation, and download controls */ export declare function ImageRenderer({ src, alt, mimeType, fileExtension, maxHeight, showControls }: ImageRendererProps): import("react/jsx-runtime").JSX.Element; export default ImageRenderer; //# sourceMappingURL=ImageRenderer.d.ts.map