mmpf

1.0.16 • Public • Published

mmpf

Overview

The mmpf library is a modular library for measuring all the Web Vitals metrics on real users

Core Web Vitals

Installation

From npm

You can install this library from npm by running:

$ npm install mmpf

Usage

import Mmpf from "mmpf";

new Mmpf({
  analyticsTracker: (data) => {
    console.table(data);
    // You can upload data anywhere
    // your code
    // ... ...
  },
});

Package Sidebar

Install

npm i mmpf

Weekly Downloads

0

Version

1.0.16

License

ISC

Unpacked Size

143 kB

Total Files

11

Last publish

Collaborators

  • cutefcc