@leolee9086/my-pat-loader
Version:
AutoCAD PAT(填充图案)文件解析和线段生成工具
32 lines (31 loc) • 612 B
JSON
{
"name": "@leolee9086/my-pat-loader",
"version": "1.0.0",
"description": "AutoCAD PAT(填充图案)文件解析和线段生成工具",
"main": "index.js",
"type": "module",
"files": [
"src",
"index.js",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"autocad",
"pat",
"pattern",
"hatch",
"vector",
"cad",
"parser"
],
"author": "leolee9086 & 织",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/leolee9086/my-pat-loader"
}
}