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