UNPKG

@tldraw/editor

Version:

tldraw infinite canvas SDK (editor).

9 lines (8 loc) 190 B
import { runtime } from "./runtime.mjs"; function openWindow(url, target = "_blank") { runtime.openWindow(url, target); } export { openWindow }; //# sourceMappingURL=window-open.mjs.map