add theme transfer

This commit is contained in:
SethBurkart123
2024-04-22 11:09:57 +10:00
parent 0674f72578
commit 8cd73977bb
5 changed files with 67 additions and 14 deletions
+4
View File
@@ -12,6 +12,10 @@ export type CustomTheme = {
hideThemeName: boolean;
}
export type DownloadedTheme = CustomTheme & {
webURL: string;
}
export type CustomImage = {
id: string;
blob: Blob;