nicecode-v2/packages/map/README.md
2024-05-29 14:43:41 +08:00

19 lines
401 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# @zhst/map
## 介绍
地图库基于map-box开发配合 @turf/turf 工具能达到地图交互体验感最大化。
设计的初衷是将业务中常见的一些模块抽离成组件的形式。在不影响地图原有的api的情况下进行增量定制化开发。
## 安装
> pnpm install @zhst/map
## 使用
```js
import React from 'react';
import { MapBox } from '@zhst/map'
```