Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 994 Bytes

File metadata and controls

35 lines (24 loc) · 994 Bytes

password-forge

npm version node version js-standard-style

password-forge 用于模拟密码类型输入框,避免浏览器保存或填充密码

安装

npm install password-forge

使用

<html>
<link href="./password-forge.css" rel="stylesheet">
<script src="./detect.js"></script>
<body>
  <input type="text" class="password-forge" value="123456">
</body>
</html>

预览:

快照

在线示例 CodePenJSFiddle


MIT