nenkraft
v1.2.3
Published
A small rendering tool
Downloads
17
Readme
Nenkraft is a small rendering tool. (MIT License)
I am building this for self-educational purposes. This is not a professional tool and should not be used for any commercial application. However; you are free to do so if you want to.
How-to
Install
$ npm install nenkraft
$ yarn add nenkraft
Require
var nk = require('nenkraft').default;
// or
var nk = require('nenkraft').Nenkraft;
// or (the server version)
var nkb = require('nenkraft').NenkraftBehind;
Click here for examples (source code) (Examples are by no means optimized or fully functional)
Click here for examples (live)