Closed Marak closed 14 years ago
JSV works within a Node.js environment. You can use it by running within your code:
var JSV = require('./jsv').JSV;
I found one needs to write: var JSV = require("JSV").JSV, if one has installed JSV by means of npm isntall JSV.
var JSV = require("JSV").JSV
npm isntall JSV
JSV works within a Node.js environment. You can use it by running within your code: