Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

ryohidaka/apple-vision-pro

Repository files navigation

apple-vision-pro

npm version build codecov License

Overview

Identifying "Apple Vision Pro" from UserAgent

Notes

This is only a tentative detection method and is subject to change in the future.

Installation

You can install this library using npm:

npm install apple-vision-pro

Usage

import { isAppleVisionPro } from "apple-vision-pro";

const isAVP = isAppleVisionPro();

console.log(isAVP);
// true or false

Link

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Identifying "Apple Vision Pro" from UserAgent.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •