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 6 months ago