Device Profiler
import { categorizeDevicePerformance } from "cash-captcha";
const { category, deviceInfo } = await categorizeDevicePerformance();
console.log(`Device performance category: ${category}`);Last updated
import { categorizeDevicePerformance } from "cash-captcha";
const { category, deviceInfo } = await categorizeDevicePerformance();
console.log(`Device performance category: ${category}`);Last updated