sandpit
Version:
A playground for creative coding using JavaScript and the canvas element
19 lines (13 loc) • 586 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _stats = require('stats.js');
var _stats2 = _interopRequireDefault(_stats);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _stats2.default; /**
* A utility for viewing stats / framerate
* {@link https://github.com/mrdoob/stats.js/}
* @class Stats
*/
module.exports = exports['default'];