1.0.5 • Published 2 years ago

xiaotengzi-captcha v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago