Device Profiler

The package includes a utility function to optionally categorize device performance:

import { categorizeDevicePerformance } from "cash-captcha";

const { category, deviceInfo } = await categorizeDevicePerformance();
console.log(`Device performance category: ${category}`);

Last updated