UNPKG

detect-features

Version:

Detect and report browser and hardware features.

21 lines (19 loc) 585 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <title>Detect features</title> </head> <body> <pre id="app"></pre> <script src="./dist/detect-features.js"></script> <script> DetectFeatures.register({ log: true, element: document.getElementById('app'), }); </script> </body> </html>