Adds code editing and shape generation

This commit is contained in:
Steve Ruiz 2021-05-15 14:02:13 +01:00
parent afa8f53dff
commit 1a01c47835
34 changed files with 1298 additions and 237 deletions

View file

@ -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],
})
`