✨ new maps
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user