UNPKG

sodajs

Version:

Light weight but powerful template engine for JavaScript.

15 lines (9 loc) 313 B
var soda = require('./../dist/soda'); if(typeof document === 'undefined'){ var NodeWindow = require('nodewindow'); var nodeWindow = new NodeWindow(); var win = nodeWindow.runHTML("", {}, {}); var document = win.document; soda.setDocument(document); } module.exports = soda;