vben
2023-04-05 8e5a6b7ce547ba8edb1d767bb4d820f3b66ff95a
1
2
3
4
5
// 参考 qr-code-with-logo 进行ts版本修改
import { toCanvas } from './toCanvas';
 
export * from './typing';
export { toCanvas };