new maps

This commit is contained in:
2024-11-24 17:34:41 +00:00
parent eb6abbb97d
commit 641938f7e4
38 changed files with 1241 additions and 228 deletions

View File

@@ -92,6 +92,10 @@ export class NginxFS implements FileSystemSource<NginxFsConfig> {
return new File([await response.blob()], file.name, { type: file.mimeType });
}
async downloadThumbnail(file: VirtualFile): Promise<File> {
return this.download(file);
}
getConfig() {
return {
...this.options,