mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
support ids, clean up code and move the api related stuff to transform.ts
This commit is contained in:
parent
da8e97ad14
commit
985318e960
11 changed files with 337 additions and 250 deletions
|
@ -207,9 +207,9 @@ export default function App({ appTitle, useCustom, customArgs }: AppProps) {
|
|||
|
||||
{
|
||||
type: "arrow",
|
||||
x: -160,
|
||||
y: 300,
|
||||
start: { type: "rectangle", width: 300, height: 300 },
|
||||
x: 300,
|
||||
y: 150,
|
||||
start: { type: "rectangle", id: "rect-1" },
|
||||
end: { type: "ellipse" },
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue