🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

tldraw-web-component

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tldraw-web-component - npm Package Compare versions

Comparing version
3.11.1
to
3.11.2
+2
-7
dist/interfaces.d.ts

@@ -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 {

{
"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