HTML5 canvas with dynamic user input

后端 未结 2 743
野性不改
野性不改 2021-01-14 06:54

I will start off by admitting I have never used canvas before so I don\'t know if this is possible but I can\'t seem to find the solution.

I am trying to create a ca

2条回答
  •  离开以前
    2021-01-14 07:31

    You should use a JavaScript library to make it easier to draw on the canvas.

    Here's a really good demo of the functionality that you're looking for:

    http://fabricjs.com/

    And the the library is Fabric.js, which you can download here: http://fabricjs.com/

提交回复
热议问题