@vesium/plot 1.0.1-beta.33 → 1.0.1-beta.37

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.
package/README.md CHANGED
@@ -1,36 +1,42 @@
1
- # @vesium/plot [![NPM version](https://img.shields.io/npm/v/@vesium/plot?color=a1b858)](https://www.npmjs.com/package/@vesium/plot)
2
-
3
- > This is an additional library to [Vesium](https://github.com/GeoVueJS/vesium).
1
+ <p align="center">
2
+ <img src="https://github.com/GeoVueJS/vesium/raw/main/assets/logo.svg" align="center" width="15%" />
3
+ </p>
4
4
 
5
- ---
5
+ <h1 align="center">
6
+ <span style="color:#52B783">V</span><span style="color:#38485D">esium</span>
7
+ </h1>
6
8
 
9
+ <p align="center">Vue Composition API and Vue Components for CesiumJS</p>
7
10
 
8
11
  <p align="center">
9
- <img src="./assets/logo.svg" align="center" width="15%" />
12
+ <a href="https://github.com/GeoVueJS/vesium/releases" target="__blank"><img src="https://img.shields.io/github/v/tag/GeoVueJS/vesium" alt="Github tag"></a>
13
+ <a href="https://www.npmjs.com/package/vesium" target="__blank"><img src="https://img.shields.io/npm/v/vesium?color=a1b858&label=npm" alt="NPM Version"></a>
14
+ <a href="https://github.com/GeoVueJS/vesium/blob/main/LICENSE" target="__blank"><img src="https://img.shields.io/github/license/GeoVueJS/vesium" alt="Github tag"></a>
15
+ <a href="https://github.com/GeoVueJS/vesium" target="__blank"><img alt="GitHub Stars" src="https://img.shields.io/github/stars/GeoVueJS/vesium?style=social"></a>
10
16
  </p>
11
17
 
12
- <h1 align="center">Vesium</h1>
13
-
14
- <p align="center">Vue component and composition-api library for Cesium.</p>
15
-
16
18
  <p align="center">
17
- <a href="https://www.npmjs.com/package/@vesium/core" target="__blank"><img src="https://img.shields.io/npm/v/@vesium/core?color=a1b858&label=" alt="NPM version"></a>
18
- <a href="https://www.npmjs.com/package/@vesium/core" target="__blank"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/@vesium/core?color=50a36f&label="></a>
19
- <a href="https://github.com/GeoVueJS/vesium" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/GeoVueJS/vesium?style=social"></a>
19
+ <a href="https://github.com/GeoVueJS/vesium/blob/main/README.zh-CN.md" target="__blank">中文</a>
20
+ |
21
+ <a href="https://github.com/GeoVueJS/vesium/blob/main/README.md" target="__blank">English</a>
20
22
  </p>
21
23
 
22
- > 🚧 This project is under development, and the API may change frequently.
24
+ > 🚧 This project is under active development, and the API may change frequently. Any version may introduce breaking changes.
25
+
26
+ ## Documentation
27
+
28
+ To view the documentation, visit <a href="https://cesium.geovue.org" target="__blank">cesium.geovue.org</a>
23
29
 
24
30
  ## Features
25
31
 
26
- - 🎯 **Intuitive** - VueUse-style API design, familiar to Vue developers
27
- - 💪 **Type Strong** - Written in TypeScript, with full TS support
32
+ - 🎯 **Intuitive** - VueUse-style API design familiar to Vue developers
33
+ - 💪 **Type Safe** - Written in TypeScript with full TS support
28
34
  - 🏪 **Modular** - Tree-shakeable ESM modules
29
- - 🌐 **Full Featured** - Comprehensive Cesium functionality support
35
+ - 🌐 **Comprehensive** - Full coverage of common Cesium functionality
30
36
  - 🎮 **Interactive** - Rich interactive capabilities with map elements
31
- - ⚡️ **Lightweight** - No bloated dependencies
37
+ - ⚡️ **Lightweight** - No redundant dependencies
32
38
 
33
- ## Install
39
+ ## Installation
34
40
 
35
41
  ```bash
36
42
  # npm
@@ -43,16 +49,14 @@ yarn add cesium @vueuse/core vesium
43
49
  pnpm add cesium @vueuse/core vesium
44
50
  ```
45
51
 
46
- <template>
47
- <div ref="cesiumContainer" style="width: 100%; height: 100%" />
48
- </template>
49
- ```
50
-
51
- ## 🌸 Credits
52
+ ## Related Projects
52
53
 
53
- - [VueUse](https://github.com/vueuse/vueuse) - Collection of Vue Composition Utilities
54
54
  - [Cesium](https://github.com/CesiumGS/cesium) - An open-source JavaScript library for world-class 3D globes and maps
55
55
 
56
+ - [VueUse](https://github.com/vueuse/vueuse) - Collection of essential Vue Composition API utilities
57
+
58
+ - [VitePress](https://github.com/vuejs/vitepress) - Vite & Vue-powered static site generator
59
+
56
60
  ## 📄 License
57
61
 
58
- [MIT](./LICENSE) License © 2025 [GeoVueJS](https://github.com/GeoVueJS)
62
+ Vesium is released under the [MIT License](./LICENSE).