@vsleem-realsee-viewer/shared 2.1.4 → 2.1.5

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/README.md +12 -0
  2. package/package.json +3 -2
package/README.md ADDED
@@ -0,0 +1,12 @@
1
+ # @vsleem-realsee-viewer/shared
2
+
3
+ 共享工具包,为VSLeem RealSee Viewer提供通用的工具函数、类型定义、组件类和配置。
4
+
5
+ ## 功能特性
6
+
7
+ - **工具函数**: 提供丰富的工具函数,包括类型检查、数据转换、错误处理、日志记录等
8
+ - **类型定义**: 定义了完整的数据模型和类型系统
9
+ - **组件类**: 提供坐标、点、向量等核心数据结构类
10
+ - **API封装**: 封装了HTTP请求和API接口
11
+ - **配置管理**: 提供应用级别的配置管理
12
+ - **Canvas工具**: 提供Canvas相关的工具类和元素类型
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vsleem-realsee-viewer/shared",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "private": false,
5
5
  "description": "Shared utilities for VSLeem RealSee Viewer",
6
6
  "main": "./dist/index.umd.js",
@@ -11,7 +11,8 @@
11
11
  "registry": "https://registry.npmjs.org/"
12
12
  },
13
13
  "files": [
14
- "dist"
14
+ "dist",
15
+ "README.md"
15
16
  ],
16
17
  "scripts": {
17
18
  "build": "vite build"