The API docs have moved
API docs are now here
At around V0.7.7, the SceneJS public API changed from a JavaScript class-based API to an almost pure
JSON API.
This allows our scene content to be be repurposable, databaseable, transformable, and generally a
lot
tidier and more declarative.
The JSON API is actually a wrapper for the class API, which is now
private
and only interesting to the people developing SceneJS.