apple-vision-pro

0.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i apple-vision-pro

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

4.89 kB

Total Files

7

Last publish

Collaborators

  • hidaka