mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
minor changes and import buffer
This commit is contained in:
parent
6ee38ad826
commit
a89f353f5b
3 changed files with 10 additions and 6 deletions
|
@ -19,6 +19,11 @@ import type {
|
|||
NonDeleted,
|
||||
} from "@excalidraw/element/types";
|
||||
import type { AppState, BinaryFiles } from "@excalidraw/excalidraw/types";
|
||||
import { Buffer } from "buffer";
|
||||
|
||||
window.onload = () => {
|
||||
window.Buffer = Buffer;
|
||||
}
|
||||
|
||||
export { MIME_TYPES };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue