Skip to content

Latest commit

 

History

History
executable file
·
40 lines (33 loc) · 645 Bytes

README.md

File metadata and controls

executable file
·
40 lines (33 loc) · 645 Bytes

FrameRate WC

WebComponent which shows the current page frame rate. Can be easy added on any html-page.

Version: v0.4.0

CHANGELOG

ToDo:

  • theming
  • slots for themes
  • theme: just number
  • theme: nvidia expirience like
  • templating
  • documentation
  • bundling: dev and prod

Installation

####Prerequarement

Prerequisite

    npm install

Run

    // dev
    npm start

    // prod
    npm build

Documentation

On / Off functionality

Use attribute off to disable component.

    <frame-rate off></frame-rate>