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