Ben Lin
2024-06-25 3505aa60ad15de91bc9b437ca8d69124c8074974
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) => {