Tap is a proof-of-concept editor for screenplays formatted in Fountain markup. It stores all data in AT Protocol records.
at main 180 B view raw
1// Entry point for tap web components bundle 2import './components/tap-app'; 3import './components/tap-toolbar'; 4import './components/tap-editor'; 5import './components/tap-preview';