tldraw-web-component
Advanced tools
@@ -8,12 +8,7 @@ import { TLAssetStore, TldrawProps, TLUserPreferences } from "tldraw"; | ||
| } | ||
| export type MakeRealFunc = (developerPrompt: string, image: string, messages: { | ||
| type: 'text' | 'image'; | ||
| text?: string; | ||
| image?: string; | ||
| }[]) => Promise<string>; | ||
| export type TldrawWebcomponentGetPropsFunc = () => { | ||
| tldrawProps: TldrawProps; | ||
| tldrawUserPreferences: TLUserPreferences; | ||
| assets: TLAssetStore; | ||
| serverUri: string; | ||
| assets?: TLAssetStore; | ||
| serverUri?: string; | ||
| }; | ||
@@ -20,0 +15,0 @@ export interface TldrawWebcomponentProps { |
+1
-1
| { | ||
| "name": "tldraw-web-component", | ||
| "version": "3.11.1", | ||
| "version": "3.11.2", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A wrapper around the little drawing app.", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4195405
083026
0