Scene object
Create
Remove
Render
Animation object
Add animation
Idle animation
The add animation type will append your code to the scene using a fade in transition.
add
{ "type": "add", "lines": "console.log(\"Hello World!\")\n", "start": "1", "end": "2" }