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,6 +1,7 @@
|
|||
import translate from "./translate-command"
|
||||
import transform from "./transform-command"
|
||||
import translate from "./translate"
|
||||
import transform from "./transform"
|
||||
import generateShapes from "./generate-shapes"
|
||||
|
||||
const commands = { translate, transform }
|
||||
const commands = { translate, transform, generateShapes }
|
||||
|
||||
export default commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue