@mt-kit/utils
Version:
20 lines (17 loc) • 384 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>获取各个指纹</title>
</head>
<body>
</body>
</html>
<script src="../lib/index.js"></script>
<script>
console.log(microUtil.fingerprintFonts());
microUtil.fingerprint(false).then(res => {
console.log(res);
});
</script>