# @zhst/map ## 介绍 地图库,基于map-box开发 ## 安装 > pnpm install @zhst/map ## 使用 ```js import React from 'react'; import { MapBox } from '@zhst/map' ```