Ben Lin
2024-07-06 44ef538691b8be0fd925ca80c49157bad14962e8
1
2
3
4
5
// 参考 qr-code-with-logo 进行ts版本修改
import { toCanvas } from './toCanvas';
 
export * from './typing';
export { toCanvas };