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
10 lines • 389 B
TypeScript
interface ThreeDRendererProps {
src: string;
mimeType: string;
fileExtension?: string;
maxHeight?: number;
showControls?: boolean;
}
export declare function ThreeDRenderer({ src, mimeType, fileExtension, maxHeight, showControls }: ThreeDRendererProps): import("react/jsx-runtime").JSX.Element;
export default ThreeDRenderer;
//# sourceMappingURL=ThreeDRenderer.d.ts.map