黑白梦黑白梦

  • 文章
  • 专栏
  • 文章
  • 专栏
全部文章

qrcode-parser 二维码解析

发布于 2021-10-03更新于 2023-04-08约 1 分钟

一个纯JavaScript的二维码阅读库,接受File对象,图片url,base64。

https://github.com/sinchang/qrcode-parser

npm i -S qrcode-parser

虽然是个人项目,星星也不多,但比较好用,因为它内部调用了强大的 jsqr 这个库。支持网页直接引用 umd ,也可以 npm 安装。

const file = e.target.files[0]
qrcodeParser(file).then(res => {
  console.log(res.data)
})

本文收录于专栏

一些好用的 npm 前端开源库

收集一些好用的前端开源库,主要是 npm 包

0 篇文章更新于 2026-08-17
上一篇Tree Shaking 功能下一篇qrcode 生成二维码

©2015-2026 黑白梦 粤ICP备15018165号

联系: heibaimeng@foxmail.com