javascript - Drawing to the background -
i'm creating website lets user draw background color chooses. want let user change background color hex color picker tool.
the latter easy how can let user draw background? possible use canvas background?
should create whole background entire of small divs color change when user drawing?
the best way indeed use <canvas>
.
here can find in-depth tutorial how use html5 canvas create drawing app. luck.
Comments
Post a Comment