Tool for decoding qrcode. Latest version: 0.3.4, last published: 9 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 Search Sign UpSign In Search results 1 package found Sort by: Default Default Most downloaded this week Most downloaded this month Most dependents Recently published webcam_qrdecode webcam sdk: you can use this sdk to open a webcam and get the image data webcam qrcode qr qrcode-scan...
你可以通过npm或yarn来安装它: npm install qrcodedecoder 或者 yarn add qrcodedecoder 然后,在你的Vue组件中引入qrcodedecoder库,并创建一个方法来解析二维码: <template> <div> <input type="file" @change="onFileChange" /> <button @click="decodeQRCode">解析二维码</button> <p>{{ decodedData }}...
.npmignore fix: remove unuse file Jul 6, 2021 .npmrc chore: add type definition Oct 11, 2022 .prettierignore feat: refactor with ts Jan 31, 2021 .prettierrc feat: refactor with ts Jan 31, 2021 LICENSE Initial commit Nov 20, 2018 ...
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 ...
官网地址 方式一 Use pnpm to install. 使用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> ...
1.使用Npm安装qrcode-decoder npm i qrcode-decoder --registry= 2.创建一个方法 // 引入qrcode-decoder, // import QrCode from 'qrcode-decoder' // 部分网友反应上面的引入,这个引入的是一个空对象,不能使用,已经给开发者提issues了,希望能尽快修复不能使用或报错,可以试试下面这种 ...
Tool for decoding qrcode. Latest version: 0.3.4, last published: 9 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 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...