SkillAgentSearch skills...

Indoorjs

Indoor mapping for floorplans using on fabricjs

Install / Use

/learn @mudin/Indoorjs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

IndoorJS

unstable gzip-size <a href="http://hits.dwyl.io/mudin/indoorjs"> <img src="http://hits.dwyl.io/mudin/indoorjs.svg" alt="HitCount"> </a>

Indoor maps based on fabricjs with grid system, zooming, panning and anotations. See demo.

Markers and Connections demo

Usage

npm install indoorjs

const mapEl = document.querySelector('.my-map');

let radar; let
  markers;

const map = new Indoor.Map(mapEl, {
  floorplan: new Indoor.Floor({
    url: './fp.jpeg',
    opacity: 0.4,
    width: 400,
    zIndex: 1
  }),
  minZoom: 0.001,
  maxZoom: 10,
  center: {
    x: 0,
    y: 0,
    zoom: 1
  }
});
View on GitHub
GitHub Stars141
CategoryDevelopment
Updated17d ago
Forks40

Languages

JavaScript

Security Score

100/100

Audited on Mar 21, 2026

No findings