card-type:卡检测模块

时间:2024-05-26 10:15:04
【文件属性】:

文件名称:card-type:卡检测模块

文件大小:93KB

文件格式:ZIP

更新时间:2024-05-26 10:15:04

JavaScript

卡的种类 卡片检测的另一个模块,特别注意巴西卡片,例如Elo和Hipercard 。 支持的卡 签证 万事达 美国运通 大来俱乐部 发现 杰西博 大师 银联 埃洛 会员卡 安装 您可以通过NPM安装它: npm install @polvo-labs/card-type --save 或者,您可以仅复制dist/card-type.js并将其包含到您的项目中。 用法 // ES6 import { cardType , cards } from '@polvo-labs/card-type' // CommonJS var cardType = require ( 'card-type' ) . cardType var cards = require ( 'card-type' ) . cards // Global var cardType = window . CardType


【文件预览】:
card-type-master
----.gitignore(895B)
----package.json(975B)
----src()
--------cards.js(1KB)
--------cardType.js(909B)
--------index.js(92B)
----dist()
--------card-type.js.map(6KB)
--------card-type.js(5KB)
----test.js(4KB)
----README.md(2KB)
----example()
--------index.html(1KB)
----.npmignore(7B)
----yarn.lock(230KB)

网友评论