Tool for decoding qrcode. Latest version: 0.3.4, last published: 5 months ago. Start using qrcode-decoder in your project by running `npm i qrcode-decoder`. There are 5 other projects in the npm registry using qrcode-decoder.
Tool for decoding qrcode. Latest version: 0.3.4, last published: 5 months ago. Start using qrcode-decoder in your project by running `npm i qrcode-decoder`. There are 5 other projects in the npm registry using qrcode-decoder.
使用npm/pnpm/cnpm方式 pnpm install --save qrcode-decoder 项目中引入 import QrcodeDecoder from 'qrcode-decoder'; 方式二 Using in browser: <script src="https://unpkg.com/qrcode-decoder@0.3.1/dist/index.min.js"></script> 使用 User new to create a decoder object. var qr = new QrcodeD...
zhangzhenqianpublished 1.0.11 • 2 months agopublished version 1.0.11, 2 months ago M Q P Maintenance: 33%. Quality: 39%. Popularity: 1%.Footer Support Help Advisories Status Contact npm Company About Blog Press Terms & Policies Policies Terms of Use Code of Conduct Privacy...
你可以通过npm或yarn来安装它: npm install qrcodedecoder 或者 yarn add qrcodedecoder 然后,在你的Vue组件中引入qrcodedecoder库,并创建一个方法来解析二维码: <template> <div> <input type="file" @change="onFileChange" /> <button @click="decodeQRCode">解析二维码</button> <p>{{ decodedData }}...
.npmignore .npmrc .prettierignore .prettierrc LICENSE README.md README.zh-CN.md TODO.md jest.config.js package.json pnpm-lock.yaml tsconfig.json tslint.json README MIT license qrcode-decoder 简体中文| English A tool for decoding qrcode. ...
yarn start ou npm start dans le dossier "qrcode-app". L'application démarre sur le port 3000 habituel. http://localhost:3000 🇬🇧 second step : You can start the react app with the usual procedure, by doing yarn start or npm start. in the "qrcode-app" folder. The application ...
$ npm install To compile and minify the lib $ grunt compile There is a convinent Gruntfile.js for automation during editing the code $ grunt Credits This repo is a fork and port of Lazar Laszlo'sjsqrcode. Why another fork? Because I use this awesome library in my personal projects/work...
colcodev committed May 6, 2014 1e675ba renamed libs to lib colcodev committed May 6, 2014 341b025 added grunt-contrib-watch colcodev committed May 6, 2014 5619b87 init npm package colcodev committed May 6, 2014 886ecf1 added node_modules colcodev committed May 6, 201...