cyphertap
Version:
Nostr, Lightning and Ecash on a single Button component
12 lines (11 loc) • 486 B
JavaScript
// src/lib/index.ts
// Main component
import './styles.css';
export { default as Cyphertap } from './components/cyphertap/cyphertap.svelte';
// Programmatic API
export { cyphertap } from './api/cyphertap-api.svelte.js';
// // Utility functions
// export { identifyScanType } from './stores/scan-store.js';
// export { formatTransactionDescription } from './utils/tx.js';
// // Types (if needed for consumers)
// export type { ScanResult, ScanResultType } from './stores/scan-store.js';