We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有一个toBuffer,实际确实encode,只管感觉应该是转成Uint8Array之类的
The text was updated successfully, but these errors were encountered:
找到了一个方法绘制像素,就是这性能不会好了 const images = require("images") var img=new images(200,200) var dot=new images(1,1) dot.fill(0,255,255) img.draw(dot, 100,100) img.save("draw.png")
建议提供直接的内存画点函数drawPixel,然后就可以加个图形库了,moveto,lineto,rect,drawText……
Sorry, something went wrong.
No branches or pull requests
有一个toBuffer,实际确实encode,只管感觉应该是转成Uint8Array之类的
The text was updated successfully, but these errors were encountered: