Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 795 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 795 Bytes

eruda-fps

NPM version Build status License

Eruda plugin for displaying fps info, inspired by stats.js.

Demo

Browse it on your phone: http://eruda.liriliri.io/?plugin=fps

Install

npm install eruda-fps --save
eruda.add(erudaFps);

Make sure Eruda is loaded before this plugin, otherwise won't work.