feat: add font customization

This commit is contained in:
Julien Calixte
2026-02-14 02:00:54 +01:00
parent 33eeb9ae02
commit 44f5663f50
5 changed files with 120 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
import { createEventBus } from "retrobus"
interface EventBusParams {
path: string
currentNoteRkey?: string
}
export const publicNoteEventBus = createEventBus<EventBusParams>()