0.0.2 • Published 6 years ago
hardware-detector v0.0.2
README
Detect hardware device information.
Installation
npm i -S hardware-detector
Usage
- In html
<script src="./hardware-detector.min.js" charset="utf-8"></script>
- In ES6 todo
import {cpu, ram, gpu} from 'hardware-detector'
Examples
- todo