xiantou-captcha

1.0.4 • Public • Published

下载

npm i xiantou_cvg-captcha -S

使用

const captcha = require('xiantou-captcha')
    const http = require('http')
    http.createServer((req,res)=>{
        res.setHeader('content-type','text/html;charest=utf-8')
        let c = captcha.captcha(x,y,fill)
        res.end(c.data)
    }).listen(3000,console.log(
        'web服务器启用成功','http://localhost:3000'
))



Readme

Keywords

Package Sidebar

Install

npm i xiantou-captcha

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

1.63 kB

Total Files

3

Last publish

Collaborators

  • xiantou