初衷是仅使用css,html描绘卡通图案,代码写累了可以画画图。。。期待连载
First, you should clone the repo and install the dependencies.
$ git clone https://github.com/crli/html-css3-drawing-CR7.git <yourName>
$ cd <yourName>
$ npm installThen, launch the src.
$ npm startYou should see a new browser tap opening in http://localhost:8080/html-css3-drawing-CR7/dist/index.html.
From there, you start to develop your own code in the src directory
Live demo: http://crli.github.io/html-css3-drawing-CR7/
demo版本与维护版本不同,demo版本描绘出了绘画过程,只是为了提供动画绘图效果,不做开发处理