Open pomelovico opened 4 years ago
Facebook实验室出品:工具链 https://github.com/facebookexperimental/rome
模拟各种形式数字的js库: https://fakenumbers.io/
检查文本语言的库: https://github.com/wooorm/franc
将Markdown 大纲转成 mindmap(思维导图)的库: https://github.com/gera2ld/markmap-lib
服务端的jQuery:https://github.com/cheeriojs/cheerio
基于SVG的纹理库: https://riccardoscalco.it/textures/
React式命令行编写工具: https://github.com/vadimdemedes/ink
Movable: https://daybrush.com/moveable/
HTML5 Audio : https://github.com/goldfire/howler.js
loading 动画: https://tobiasahlin.com/spinkit/
富文本解决方案:
在textarea中获取当前光标的坐标位置: https://github.com/component/textarea-caret-position/blob/master/index.js 起初是在新浪微博的发送框中的@功能想到,如何在获取光标的坐标,大多数的方案是基于普通文档采用Selection对象来获取的,但是textarea标签中Selection方案不生效,所找到了这个方案
文本diff工具: https://github.com/kpdecker/jsdiff
极简高性能的图表库 - uPlot:https://github.com/leeoniya/uPlot
terminal端查看 json文件: https://github.com/antonmedv/fx
全能型tooltip库: https://atomiks.github.io/tippyjs/
编写命令行工具会用到: https://github.com/infinitered/gluegun