wms-antdvue/.svn/pristine/f8/f826ef71776adb798a850a1c306f182ff2aa8fe9.svn-base
2024-11-07 16:33:03 +08:00

5 lines
135 B
Plaintext

// 参考 qr-code-with-logo 进行ts版本修改
import { toCanvas } from './toCanvas';
export * from './typing';
export { toCanvas };