device-probe
v1.2.0
Published
Zero-dependency device capability detection library for browsers
Maintainers
Readme
device-probe
Core library for device capability detection. See the main README for full documentation.
Installation
npm install device-probeUsage
import { probeDevice } from 'device-probe'
const result = await probeDevice()
console.log(result)API
See the main README for complete API documentation.
