feat: language in header

This commit is contained in:
Julien Calixte
2026-03-01 18:58:55 +01:00
parent 557aff2329
commit 7ca922e0a6
3 changed files with 29 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ export interface PublicNote {
theme?: string
fontFamily?: string
fontSize?: string
language?: string
}
export interface PublicNoteImage {