Added font size to text editor

This commit is contained in:
Olivier Gagnon
2021-10-04 21:06:55 -04:00
parent c47a5bc8cc
commit 48b839d68c
11 changed files with 372 additions and 306 deletions
+1
View File
@@ -1,4 +1,5 @@
export interface Options {
theme: string;
insertSpaces: boolean;
fontSize: number;
}