Adds code editing and shape generation
This commit is contained in:
parent
afa8f53dff
commit
1a01c47835
34 changed files with 1298 additions and 237 deletions
|
@ -1,9 +1,11 @@
|
|||
// This is the code library.
|
||||
|
||||
export default `
|
||||
new Circle({
|
||||
point: [200, 200],
|
||||
})
|
||||
|
||||
// Hello world
|
||||
const name = "steve"
|
||||
const age = 93
|
||||
|
||||
new Rectangle({
|
||||
point: [400, 300],
|
||||
})
|
||||
`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue