mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Migrate the implementation back to browser-fs-access (#4106)
This commit is contained in:
parent
94519c8250
commit
2c8d041987
3 changed files with 2646 additions and 600 deletions
|
@ -4,7 +4,7 @@ import {
|
|||
fileSave as _fileSave,
|
||||
FileSystemHandle,
|
||||
supported as nativeFileSystemSupported,
|
||||
} from "@dwelle/browser-fs-access";
|
||||
} from "browser-fs-access";
|
||||
import { EVENT, MIME_TYPES } from "../constants";
|
||||
import { AbortError } from "../errors";
|
||||
import { debounce } from "../utils";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue