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 cd63bfe commit 42ab7acCopy full SHA for 42ab7ac
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-component/qrcode",
3
- "version": "1.0.2",
+ "version": "0.0.0",
4
"description": "base abstract trigger component for react",
5
"engines": {
6
"node": ">=8.x"
src/utils.tsx
@@ -1,3 +1,8 @@
+// Part logic is from `qrcode.react`. (ISC License)
+// https://github.com/zpao/qrcode.react
+
+// ==========================================================
import type {
7
CrossOrigin,
8
ERROR_LEVEL_MAPPED_TYPE,
0 commit comments