Tldraw/components/code-panel/example-code.ts

9 wiersze
96 B
TypeScript
Czysty Zwykły widok Historia

2021-05-15 13:02:13 +00:00
export default `new Circle({
point: [200, 200],
})
2021-05-14 22:56:41 +00:00
2021-05-15 13:02:13 +00:00
new Rectangle({
point: [400, 300],
})
2021-05-14 22:56:41 +00:00
`