Skip to content

ArtemNikolaev/frame-rate-web-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>