We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc8a8e commit cd63bfeCopy full SHA for cd63bfe
README.md
@@ -30,11 +30,10 @@ npm start
30
31
### props
32
33
-
34
## API
35
36
| Name | Type | Default | Description |
37
-| --- | --- | --- | --- |
+| ---- | ---- | ------- | ----------- |
38
39
## Test Case
40
@@ -48,3 +47,8 @@ open coverage/ dir
48
47
## License
49
50
rc-qrcode is released under the MIT license.
+
51
+### Refs
52
53
+- Util part is from [qrcode.react](https://github.com/zpao/qrcode.react) under ISC license.
54
+- QR Code generation part is from [qrcode-generator](https://www.nayuki.io/page/qr-code-generator-library) under MIT license.
0 commit comments