Fix uploading world images

This commit is contained in:
Natsumi
2025-09-24 23:16:48 +12:00
parent 562457a933
commit ee132179aa
12 changed files with 715 additions and 24 deletions

View File

@@ -186,7 +186,6 @@ declare global {
SetUserAgent(): Promise<void>;
// Common Functions
MD5File(blob: string): Promise<string>;
GetColourFromUserID(userId: string): Promise<number>;
OpenLink(url: string): Promise<void>;
GetLaunchCommand(): Promise<string>;
@@ -207,6 +206,11 @@ declare global {
GetFileBase64(path: string): Promise<string | null>;
TryOpenInstanceInVrc(launchUrl: string): Promise<boolean>;
// Image Upload (Cef Only)
MD5File(blob: string): Promise<string>;
SignFile(blob: string): Promise<string>;
FileLength(blob: string): Promise<string>;
// Folders
GetVRChatAppDataLocation(): Promise<string>;
GetVRChatPhotosLocation(): Promise<string>;