feat:修改为从网络端获取字体svg

This commit is contained in:
R524809
2025-10-27 10:31:59 +08:00
parent 42a37a324f
commit 643a7e23e7
4 changed files with 329 additions and 23 deletions
+6
View File
@@ -1,3 +1,9 @@
// 导出HTTP模块
export * from './http';
// 导出SVG汉字数据获取模块
export * from './getWordsSvgJson';
export async function getMiniCodeImage(canvas: Canvas) {
return getImage(canvas, '/assets/imgs/doodle-mini-code.jpg');
}