Identifying "Apple Vision Pro" from UserAgent
This is only a tentative detection method and is subject to change in the future.
You can install this library using npm:
npm install apple-vision-pro
import { isAppleVisionPro } from "apple-vision-pro";
const isAVP = isAppleVisionPro();
console.log(isAVP);
// true or false
This project is licensed under the MIT License - see the LICENSE file for details.