ice_cola-captcha
v1.0.0
Published
The svg-captcha is created by ice_cola.Keep Fighting!!!
Downloads
2
Readme
💘 要先下载哦🏹
npm i ice_cola-svg-captcha -S
✨ 引入模块
const http = require('http')
const iceColaSvgCaptcha = require('ice_cola-svg-captcha')
🌰 使用
http.createServer((req,res)=>{
res.setHeader('content-type','text/html;charset=utf-8')
res.end(create().data)
}).listen(3000,()=>{
console.log('http://localhost:3000');
})