1.0.1 • Published 1 year ago

baoyipeng v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

下载

npm i baoyipeng -S

使用

const captcha = require("baoyipeng")

// 导入 const http = require('http');

// 创建前端服务器 const app =http.createServer((req,res)=>{

res.setHeader('content-type',"text/html;charset=utf-8");

res.end(captcha.suiJiMa());

})

app.listen(3000,()=>{ console.log("http://localhost:3000"); })

1.0.1

1 year ago

1.0.0

1 year ago