Ben Lin
2025-03-08 858b9bccead46cdefc99325b7c956d50a2964309
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) => {