Ben Lin
2024-08-22 436b52186129e60ba72c20e43d2845bc3f899901
src/components/Qrcode/src/drawLogo.ts
@@ -1,4 +1,4 @@
import { isString } from '/@/utils/is';
import { isString } from '@/utils/is';
import { RenderQrCodeParams, LogoType } from './typing';
export const drawLogo = ({ canvas, logo }: RenderQrCodeParams) => {