UNPKG

@tldraw/editor

Version:

tldraw infinite canvas SDK (editor).

9 lines (8 loc) 170 B
import { runtime } from "./runtime.mjs"; function hardResetEditor() { runtime.hardReset(); } export { hardResetEditor }; //# sourceMappingURL=hardResetEditor.mjs.map