项目地址:https://github.com/bestony/logoly
1、发现input居然可以变成颜色选择器,和滑块的玩法:
<input type="color" /> <input type="range" min="30" max="200" />
2、HTML spellcheck 属性:对元素内容进行拼写检查
3、两个主要的库:dom-to-image、file-saver
dom-to-image 的实现主要利用 canvas foreignObject
file-saver 源码里面 我这个js初学者看不懂的东西还蛮多的,另开一篇博文记录下