We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd8f77 commit 8e45eb3Copy full SHA for 8e45eb3
src/QRCodeCanvas.ts
@@ -1,9 +1,9 @@
1
+import type { QRCodeDataType } from './QRCodeRaw';
2
+import ColorUtils from './utils/ColorUtils';
3
import type {
4
+ ImageConfigType,
5
OptionsType as ParentOptionsType,
- QRCodeDataType,
-} from './QRCodeRaw';
-import ColorUtils from './utils/ColorUtils';
6
-import type { ImageConfigType } from './AbstractQRCodeWithImage';
+} from './AbstractQRCodeWithImage';
7
import AbstractQRCodeWithImage from './AbstractQRCodeWithImage';
8
import { loadImage } from './loader/ImageLoader';
9
0 commit comments