1.0.0 • Published 8 months ago

cim-engine v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

cimEngine

一款基于TypeScript和Vite构建的Cesium二次封装引擎库。

特性

  • 使用TypeScript进行开发,提供类型安全。
  • 基于Vite构建,快速的开发和构建速度。
  • 对Cesium进行二次封装,简化使用。

安装

使用pnpm或yarn进行安装:

pnpm install cimEngine
# 或者
yarn add cimEngine

使用

在项目中引入并使用cimEngine:

import { Engine } from 'cimEngine';

const engine = new Engine({
  container: 'cesiumContainer',
  // ...其他配置
});

engine.init();

贡献

欢迎贡献代码!请提交Pull Request或创建Issue。

许可证

MIT

1.0.0

8 months ago