@paircode/tool-art 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2129 -0
  2. package/package.json +23 -0
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@paircode/tool-art",
3
+ "version": "0.1.0",
4
+ "scope": "global",
5
+ "type": "plugin",
6
+ "main": "index.js",
7
+ "keywords": [
8
+ "paircode"
9
+ ],
10
+ "license": "MIT",
11
+ "description": "矢量/图像创作工具面(纯 goja 零依赖):画板工程 JSON 文本真相源 + SVG 生成/解析/回读 + 对齐分布 + 7 项自检(含 WCAG 对比度)",
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
15
+ "files": [
16
+ "index.js",
17
+ "client.js",
18
+ "assets",
19
+ "bin",
20
+ "lib",
21
+ "package.json"
22
+ ]
23
+ }