Skip to content

Commit

Permalink
增加 html2canvas+canvas2Image。使用场景就是“动态生成的HTML可以长按保存为图片”。
Browse files Browse the repository at this point in the history
  • Loading branch information
nieweidong committed May 22, 2018
1 parent ebe991a commit fd04635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
- [toastr](https://github.com/CodeSeven/toastr) - 信息提示的库,推荐的原因是卖相好、功能强大 [demo](http://codeseven.github.io/toastr/demo.html)
- [peity.js](http://benpickles.github.io/peity/) - jQuery的图表插件,特别cute,感觉萌萌哒 将HTML转换成一个小的```<svg>```饼图、圆环图、折线图等等
- [emojify.js](https://github.com/Ranks/emojify.js) - 能够将```emoji```关键词转换为```emoji```图片的```JS```插件 可以快速的为你的网站提供```emoji```表情支持
- [html2canvas](https://github.com/niklasvh/html2canvas)+[canvas2Image](https://github.com/randreucetti/canvas2image) - 看这两库的名称就明白是做什么的。使用场景就是“动态生成的HTML可以长按保存为图片”。
- [Push.js](https://github.com/Nickersoft/push.js) - 基于 ```Notification API``` 实现的桌面效果的提示栏。浏览器支持情况不错,如[http://caniuse.com/#search=Notification](http://caniuse.com/#search=Notification)
- [Highcharts](http://www.hcharts.cn/) - Highcharts 中文网,又是一个图表库 确实功能强大,但是觉得不好看... PS:官网就做的不好看,脏脏的赶脚
- [NProgress](https://github.com/rstacruz/nprogress/) - 使页面加载时有更好的loading效果
Expand Down

0 comments on commit fd04635

Please sign in to comment.