• Stars
    star
    130
  • Rank 268,696 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 5 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Indoor mapping for floorplans using on fabricjs

IndoorJS

unstable gzip-size HitCount

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
  }
});

More Repositories

1

vue-vr

A framework for building VR applications with Vue
JavaScript
471
star
2

magic-scroll

Apple Magic Mouse scrolling effect for normal mouses
HTML
43
star
3

vue-global-var

Reactive global variable can be sharable between components
JavaScript
22
star
4

awesome-iview

A curated list of iView (A high quality UI Toolkit built on Vue.js 2.0) resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about iView that we keep up-to-date https://iviewui.com/
19
star
5

vue-panorama

Panorama viewer for your homepage
Vue
19
star
6

vue2-leaflet-rotatedmarker

rotated marker plugin extension for vue2-leaflet package
Vue
19
star
7

vue-indoor

VueJS wrapper for indoorjs
Vue
14
star
8

Leaflet.AxesGrid

Axes Lines and Grid for Grid Layer and tiles based on point coords
JavaScript
11
star
9

vue2-leaflet-path-transform

rotated marker plugin extension for vue2-leaflet package
Vue
11
star
10

leetcode

Leetcode solutions in python
Python
9
star
11

vue-fabric

Vuejs + Fabricjs
JavaScript
8
star
12

vue2-leaflet-axesgrid

Axes Grid for vue2-leaflet
Vue
8
star
13

vue-vr-demo

Vue VR demo
Vue
3
star
14

vue-leon

Vue wrapper for leonsans - Leon Sans is a geometric sans-serif typeface made with code in 2019 by Jongmin Kim.
JavaScript
3
star
15

react-antd-starter

React Antd Starter: craco + antd custom theme + airbnb eslint
JavaScript
3
star
16

vue-quicklink

Google's quicklink library for vue
2
star
17

mudin.github.io

HTML
2
star
18

vue-reactive

This library helps you to access global variables between nested components
2
star
19

words

Random English words display with translation on macOS, Windows and Web
Vue
1
star
20

words-extension

English Uzbek random New Tab Words List chrome extension
JavaScript
1
star
21

three-nebula-multiple-emitters

JavaScript
1
star
22

EleAdmin

EleAdmin
Vue
1
star
23

mytube

Video Sharing site template with element-ui and videojs
Vue
1
star