UNPKG

@tldraw/editor

Version:

tldraw infinite canvas SDK (editor).

7 lines (5 loc) 148 B
import { runtime } from './runtime' /** @public */ export function openWindow(url: string, target = '_blank') { runtime.openWindow(url, target) }