0.1.9 • Published 4 years ago

@cxy227/browser-detection v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Browser Detection

npm version npm downloads jsdelivr downloads License twitter-href

😊 项目介绍

使用用户代理进行浏览器版本检测

✨ 演示

📖 如何使用

browser-detection 非常好用,直接引用js文件即可

<script src="https://cdn.jsdelivr.net/npm/@cxy227/browser-detection@0.1.1/dist/index.js"></script>

const bd = new browserDetection()

// output
{
  info: {
    name: 'Chrome',
    version: '94',
    os: 'Mac OS X
  }
}
<script id="drowserDetection" data-check="auto" src="https://cdn.jsdelivr.net/npm/@cxy227/browser-detection@0.1.3/dist/index.js"></script>

🧰 开发测试

● npm run dev

📄 证书(License)

MIT License

Copyright (c) beth

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago