import { useState } from 'react'; import { Button } from './ui'; /** Copyable overlay (read-only, for OBS) and control (co-edit, no login) links. */ export function ShareLinks({ overlayToken, controlToken }: { overlayToken: string; controlToken: string }) { const origin = location.origin; return (
Add the overlay URL as a Browser Source in OBS. The control link lets someone else update the score live without an account.