UNPKG
performance-monitor-wrj
Version:
latest (1.0.7)
1.0.7
1.0.5
1.0.4
A plugin to monitor page performance metrics
performance-monitor-wrj
/
README.md
18 lines
(12 loc)
•
295 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# performance-monitor-wrj
a plugin to monitor page performance metrics
## Install
``
`bash npm install performance-monitor-wrj --save `
``
## Usage
``
`js import PerformanceMonitor from "performance-monitor-wrj"; const monitor = new PerformanceMonitor(); monitor.start(); `
``