0.4.0 • Published 9 months ago

@nzxt/web-integrations-types v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Web Integrations Monitoring Types

NZXT CAM is a hardware monitoring software that provides users with information on the performance of various hardware components in their PC, including CPUs, GPUs, and RAM.

In Web Integration mode on Kraken devices, CAM provides monitoring data to the web application through the browser every second. This data can be used to create custom visualizations with monitoring information.

Installation

npm install @nzxt/web-integrations

Examples

import { MonitoringData } from "@nzxt/web-integrations/v1";

window.nzxt = {
  v1: {
    onMonitoringDataUpdate: (data: MonitoringData) => {
      // ...
    },
  },
};
0.3.0

9 months ago

0.4.0

9 months ago

0.2.1

1 year ago

0.2.2

12 months ago

0.2.0

1 year ago

0.1.0

1 year ago