tldraw/components/code-panel/example-code.ts
2021-05-15 14:02:13 +01:00

8 lines
96 B
TypeScript

export default `new Circle({
point: [200, 200],
})
new Rectangle({
point: [400, 300],
})
`