lvisei

Results 136 issues of lvisei

# [plyr](https://github.com/sampotts/plyr) 一个前端 HTML5 的视频/音频播放器,特点是简单易用,定制性好。 ![image](https://user-images.githubusercontent.com/26923747/92277416-81e02400-ef25-11ea-97b1-e86fb7a14842.png)

Web开发
资源

# [Ventoy](https://www.ventoy.net/cn/index.html) 一个制作可启动U盘的开源工具, 无需反复地格式化U盘 ![image](https://user-images.githubusercontent.com/26923747/91642302-d33b6f80-ea5c-11ea-938b-0a4616da8ddc.png)

系统工具

# [react-spring](https://github.com/react-spring/react-spring) 一个使用物理引擎(弹簧/缓震器)计算动画曲线的动画框架。比起react-motion,提供了更多的动画曲线配置项;在使用上,支持hooks和组件的方式调用,方便驱动不同的渲染方式。 ![image](https://user-images.githubusercontent.com/26923747/91246170-c6c7c600-e781-11ea-82ba-9242cb7c3811.png)

Web开发

# [umami](https://github.com/mikecao/umami) ## 一个开源的网站访问统计服务 ![image](https://user-images.githubusercontent.com/26923747/90956185-c3e58080-e4b6-11ea-805e-75fa706fb8f3.png)

工具
Web开发
资源

# [Licia](https://github.com/liriliri/licia) https://licia.liriliri.io/ ![image](https://user-images.githubusercontent.com/26923747/90330164-42d14980-dfdd-11ea-85e1-9bb6ada2b3cc.png) Licia 是一套在开发中实践积累起来的实用 JavaScript 工具库。该库目前拥有超过 400 个模块,包括 Dom 操作,cookie 设置,类创建,模板函数,日期格式化等实用模块,同时配套有打包工具 Eustia 进行定制化,使JS脚本加载量缩减在 10KB 以下,极大优化移动端页面的加载速度。

JavaScript
Web开发

# [Luckysheet](https://github.com/mengshukeji/Luckysheet) ## 一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源 ![image](https://user-images.githubusercontent.com/26923747/89713644-a7801900-d9cb-11ea-993f-1696789f94e2.png)

Web开发

# [super-expressive](https://github.com/francisrstokes/super-expressive) uper-expressive 一款 0 依赖的工具库,可以让你以非常自然的语法来书写出复杂的正则表达式,就像说话一样自然。 ```javascript import SuperExpressive from 'super-expressive'; const myRegex = SuperExpressive() .startOfInput .optional.string('0x') .capture .exactly(4).anyOf .range('A', 'F') .range('a', 'f') .range('0', '9') .end() .end() .endOfInput .toRegex(); //...

JavaScript
Web开发

# [fingerprintjs2](https://github.com/fingerprintjs/fingerprintjs2) > 一款开源设备指纹采集器 ## [demo](https://fingerprintjs.com/demo)

JavaScript
Web开发

# [patch-package](https://github.com/ds300/patch-package) ![image](https://user-images.githubusercontent.com/26923747/87403044-f4e8b080-c5ee-11ea-9326-fe39d9d1c9c3.png) 1.在 package.json 的 scripts 中增加如下命令: ```json "scripts": { + "postinstall": "patch-package" } ``` `postinstall` 是 npm 的钩子,会在依赖包被 `install` 之后被执行。 2.安装 patch-package ```sh npm i patch-package -D ```...

JavaScript
Web开发

# [tesseract.js](https://github.com/naptha/tesseract.js) ## 一个可以完成 62 种语言 OCR (光学识别)的 JS 库。 一个 JavaScript 语言的 OCR 库,可以在网页运行,识别图片中的文字。它支持100多种文字,包括中文。这里还有[一篇教程](https://nanonets.com/blog/ocr-with-tesseract/),介绍 Python 语言如何使用这个库。 ![image](https://user-images.githubusercontent.com/26923747/60382092-d6ba1c00-9a90-11e9-8dea-90dcde64921f.png)

工具
Web开发