Ben Lin
2024-09-12 a4ee6ba0ca28833cbbb8cf0e675561b10fa4c1af
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) => {