UNPKG

tldraw

Version:

A tiny little drawing editor.

14 lines (13 loc) 260 B
async function pasteUrl(editor, url, point, sources) { editor.markHistoryStoppingPoint("paste"); return await editor.putExternalContent({ type: "url", point, url, sources }); } export { pasteUrl }; //# sourceMappingURL=pasteUrl.mjs.map