Compare commits

...

3 Commits
0.0.3 ... 0.0.6

Author SHA1 Message Date
229d86e9e7 导出line,arc 2020-10-14 17:31:49 +08:00
fa0110bf10 开发:导出CADFiler 2020-09-28 16:39:35 +08:00
e4827ba295 开发:同步偏移算法,Ver:0.0.4 2020-09-28 15:56:59 +08:00
5 changed files with 3944 additions and 4584 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
// 将设置放入此文件中以覆盖默认值和用户设置。
{
"typescript.tsdk": "node_modules\\typescript\\lib",
//格式化设置
"editor.tabSize": 4,
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
}

8513
api.esm.js

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "cadapi",
"version": "0.0.3",
"version": "0.0.6",
"description": "",
"main": "api.esm.js",
"module": "api.esm.js",

3
types/api.d.ts vendored
View File

@@ -1,2 +1,3 @@
export * from "./DatabaseServices/Entity/Polyline";
//# sourceMappingURL=api.d.ts.map
export * from "./DatabaseServices/CADFiler";
//# sourceMappingURL=api.d.ts.map