npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@watertreestar/acmap

v1.3.0

Published

airocov indoor map

Downloads

1

Readme

AirocovMap 地图开发

version 1.3

基于 Three.js 的 3D 地图 API

启动本地服务器

npm start

打包(保存位置 public/)

npm run buildprod

功能列表

1.底层功能

  • 地图文件解析处理(包括路径,配色文件)
  • 根据地图数据创建各个模块
  • 地图渲染(场景,相机,渲染器)

2.基础功能

  • 地图初始化设置
  • 图层控制(组合或单个模块)
  • 2D/3D 模式控制
  • 地图手势控制(旋转,缩放,平移)
  • 事件(绑定,监听,触发,解绑)
  • 控件
  • 覆盖物(图片标注,围栏,路径,热力图等)
  • 路径规划
  • 地图动画(2/3D 切换,楼层切换,路径导航动画)
  • 3D 模型加载与加载器封装,模型控制

4.待优化项

  • 异常日志输出

目录结构

index.js: webpack 入口文件

base: 地图 API 目录,包括 Map 类和分好类的接口

components:可选组件,控件、覆盖物。

config:地图默认配置

core:地图基础数据处理

libs:引入的第三方库

render:地图渲染(渲染器,场景,相机,相机控制器)

utils:工具方法

开发调试

开发调试的目录在public下,可以用npm run dev来开启dev server调试代码