Tldraw/components/code-panel/code-as-string.ts

12 wiersze
127 B
TypeScript

// This is the code library.
export default `
new Circle({
point: [200, 200],
})
new Rectangle({
point: [400, 300],
})
`