Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 179 Bytes

node.md

File metadata and controls

13 lines (9 loc) · 179 Bytes

Node.js

Installing it with npm:

$ npm install --save firenze

Now you can require it as follows:

var firenze = require('firenze');