Commit 4d23dd30 authored by wang's avatar wang

ws 测试

parent d8ccfb66
......@@ -79,10 +79,7 @@ for (let i = 0; i < aaa.length; i++) {
let d = c.getContext('2d')
d.font = '94px sans-serif'
d.fillStyle = '#000'
let argss = args.split(',')
let argv = [argss[0], parseInt(argss[1]), parseInt(argss[1])];
console.log(argv)
d.fillText(argss[0], parseInt(argss[1]), parseInt(argss[1]))
d.fillText(args,-1,96)
emojiRes[args] = {}
c.toDataURL();
let inArgs = Object.keys(emojis[args]);
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment