pomelovico / keep

A learning notebook
7 stars 0 forks source link

有趣的库 #25

Open pomelovico opened 4 years ago

pomelovico commented 4 years ago

极简高性能的图表库 - uPlothttps://github.com/leeoniya/uPlot

terminal端查看 json文件https://github.com/antonmedv/fx

全能型tooltip库https://atomiks.github.io/tippyjs/

编写命令行工具会用到https://github.com/infinitered/gluegun

pomelovico commented 4 years ago

Facebook实验室出品:工具链 https://github.com/facebookexperimental/rome

pomelovico commented 4 years ago

缓动函数库https://github.com/tweenjs/tween.js/

pomelovico commented 4 years ago

有限状态机https://github.com/davidkpiano/xstate

pomelovico commented 4 years ago

模拟各种形式数字的js库https://fakenumbers.io/

pomelovico commented 4 years ago

检查文本语言的库: https://github.com/wooorm/franc

pomelovico commented 4 years ago

将Markdown 大纲转成 mindmap(思维导图)的库https://github.com/gera2ld/markmap-lib

pomelovico commented 4 years ago

做PPT的库https://github.com/hakimel/reveal.js

pomelovico commented 4 years ago

服务端的jQueryhttps://github.com/cheeriojs/cheerio

pomelovico commented 4 years ago

基于SVG的纹理库: https://riccardoscalco.it/textures/

pomelovico commented 4 years ago

Excel 库: https://github.com/handsontable/handsontable

pomelovico commented 4 years ago

键盘绑定https://github.com/jamiebuilds/tinykeys

pomelovico commented 4 years ago

React式命令行编写工具https://github.com/vadimdemedes/ink

pomelovico commented 4 years ago

Movable: https://daybrush.com/moveable/

pomelovico commented 4 years ago

HTML5 Audio : https://github.com/goldfire/howler.js

pomelovico commented 4 years ago

本地存储https://github.com/localForage/localForage

pomelovico commented 4 years ago

loading 动画: https://tobiasahlin.com/spinkit/

pomelovico commented 4 years ago

浮雕效果https://bennettfeely.com/ztext/

pomelovico commented 4 years ago

日历https://fullcalendar.io/

pomelovico commented 4 years ago

富文本解决方案

pomelovico commented 4 years ago

在textarea中获取当前光标的坐标位置https://github.com/component/textarea-caret-position/blob/master/index.js 起初是在新浪微博的发送框中的@功能想到,如何在获取光标的坐标,大多数的方案是基于普通文档采用Selection对象来获取的,但是textarea标签中Selection方案不生效,所找到了这个方案

pomelovico commented 4 years ago

文本diff工具https://github.com/kpdecker/jsdiff