add demo and test cases

This commit is contained in:
kekee000
2019-10-24 23:04:23 +08:00
parent 0327f68478
commit 70ad1c4212
57 changed files with 1310 additions and 5908 deletions

17
.babelrc Normal file
View File

@@ -0,0 +1,17 @@
{
"presets": [
"@babel/preset-env"
],
"plugins": [
[
"module-resolver",
{
"alias": {
"graphics": "./src/graphics",
"math": "./src/math",
"fonteditor-core": "./node_modules/fonteditor-core/lib"
}
}
]
]
}