itriton-captcha/test.js

6 lines
106 B
JavaScript
Raw Normal View History

2021-10-08 13:57:37 +08:00
const captcha = require('./index')
2021-11-11 11:09:57 +08:00
// create captcha
2021-10-08 13:57:37 +08:00
captcha.create().then(res=>{
console.log(res)
})