Package Exports
- @rc-component/qrcode
- @rc-component/qrcode/es/index.js
- @rc-component/qrcode/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rc-component/qrcode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@rc-component/QRCode
React QRCode Component
[![NPM version][npm-image]][npm-url] [![npm download][download-image]][download-url] [![build status][github-actions-image]][github-actions-url] [![Test coverage][codecov-image]][codecov-url] [![bundle size][bundlephobia-image]][bundlephobia-url] [![dumi][dumi-image]][dumi-url]
Install
Usage
Example
Development
npm install
npm start
API
props
API
Name | Type | Default | Description |
---|
Test Case
npm test
npm run coverage
open coverage/ dir
License
rc-qrcode is released under the MIT license.
Refs
- Util part is from qrcode.react under ISC license.
- QR Code generation part is from qrcode-generator under MIT license.