1.0.5 • Published 2 years ago

@omerunaldii/perfanalytics-js v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Overview

PerfAnalyticsJS is a client-side library which collects some performance metrics from your web application and sends it to API.

Installation

yarn install
# or
npm install

Build

yarn build
# or
npm run build

Usage

<html>
  <body>
    ...
    <script src="../dist/index.js" async defer></script>
  </body>
</html>

<!-- or -->

<html>
  <body>
    ...
    <script src="https://unpkg.com/@omerunaldii/perfanalytics-js/dist/index.js" async defer></script>
  </body>
</html>