UNPKG

react-qrcode

Version:

🤳 A React component for QR code generation with `qrcode`

36 lines • 884 B
{ "name": "react-qrcode", "version": "0.3.6", "type": "module", "description": "🤳 A React component for QR code generation with `qrcode`", "repository": "git+https://github.com/rx-ts/react.git", "homepage": "https://github.com/rx-ts/react/blob/master/packages/react-qrcode", "author": "JounQin (https://www.1stG.me) <admin@1stg.me>", "funding": "https://opencollective.com/rxts", "license": "MIT", "main": "./lib/index.cjs", "module": "./lib/index.js", "exports": { "types": "./lib/index.d.ts", "require": "./lib/index.cjs", "import": "./lib/index.js" }, "types": "./lib/index.d.ts", "files": [ "lib", "src" ], "keywords": [ "react-qrcode", "qrcode", "react" ], "peerDependencies": { "qrcode": ">=1.0.0", "react": ">=16.8.0" }, "publishConfig": { "access": "public" }, "sideEffects": false }