1.0.5 • Published 3 years ago

xiaotengzi-captcha v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

下载

npm i xiaotengzi-captcha -S

使用

const http=require('http')
const captcha = require('xiaotengzi-captcha')
http.createServer((req,res)=>{
    let temp=captcha.create('red',40,100,30)
    res.setHeader('content-type','text/html;charset=utf-8')
    res.end(temp)
}).listen(3000,()=>{
    console.log('启动成功,访问:http://localhost:3000')
})
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago