Mini Program draws the text with canvas, and sets the text to be bold but does not respond. The code is as follows
ctx.font=`50px bold`
ctx.fillText("",0,0)
Mini Program draws the text with canvas, and sets the text to be bold but does not respond. The code is as follows
ctx.font=`50px bold`
ctx.fillText("",0,0)
reverse the order of writing
Next: Are there any implementation ideas or libraries for developing projects like JSFiddle or codePen?
as shown below, using the shared image generated by canvasAPI provided by Mini Program, you can only see the QR code part of the circle image. You can draw a circle image after using ctx.clip and then using ctx.drawImg. But what to do with the remaining...