Version 1.4.0
- Global data can be passed to the Handlebars instance with the
data
option in theconfig()
function. Thanks @thompsongl! - The Supercollider class is now exported separate from the main module export, which returns a new instance of the class.
var Supercollider = require('supercollider').Supercollider;
// Why did I pick such a long name for a library?
var s = new Supercollider();