UNPKG

creatable

Version:

Elegant HTML generation. No templating. Just Javascript.

8 lines (6 loc) 137 B
exports.isatty = function(){ return true; }; exports.getWindowSize = function(){ return [window.innerHeight, window.innerWidth]; };