font-generator/test/index.js

10 lines
156 B
JavaScript
Raw Normal View History

2024-02-04 16:45:25 +08:00
/**
* {test unit}
* @author yutent<yutent.io@gmail.com>
* @date 2024/02/04 11:48:14
*/
import { svg2ttf } from '../src/index.js'
console.log(svg2ttf)