0.1.0 • Published 7 years ago

whs-module-statsjs v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

whs-module-statsjs - Module for JavaScript Performance Monitor

Based of stats.js. Thanks to @mrdoob

Usage

const app = new WHS.App([
  new WHS.app.ElementModule(), // This module is required
  // other modules
  new StatsModule(StatsModule.codes.fps) // or just "0"
]);

Exported dependencies

NameDescriptionAlias
statsStats object provided by stats.jsapp.$stats

See stats.js example for full codes list

Screenshots

Screenshot