Socket
Book a DemoInstallSign in
Socket

webgl-gpu-rating

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

webgl-gpu-rating

Generate a unique hash for the GPU in usage

unpublished
latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

webgl-gpu-rating

This NPM module generates a unique hash for the GPU in usage

Usage

const GPU = require('webgl-gpu-rating');

const hash = GPU.getGpuHash();
console.log(hash); // Your GPU Unique Hash code (Based on SHA-2 algorithm)

const rating = GPU.getGpuRating();
console.log(rating); // Your GPU Rating (Based on our GPUs' hash table)

Keywords

webgl

FAQs

Package last updated on 15 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts