{"id":13794490,"url":"https://github.com/mudin/indoorjs","last_synced_at":"2025-07-14T00:06:36.017Z","repository":{"id":57273537,"uuid":"184380814","full_name":"mudin/indoorjs","owner":"mudin","description":"Indoor mapping for floorplans using on fabricjs","archived":false,"fork":false,"pushed_at":"2020-08-13T09:00:08.000Z","size":2031,"stargazers_count":138,"open_issues_count":3,"forks_count":39,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-28T20:52:56.181Z","etag":null,"topics":["fabric","fabricjs","grid","grid-system","indoor-maps","map","plot"],"latest_commit_sha":null,"homepage":"https://mudin.github.io/indoorjs","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mudin.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-01T07:04:23.000Z","updated_at":"2025-05-20T01:03:22.000Z","dependencies_parsed_at":"2022-09-17T02:22:59.997Z","dependency_job_id":null,"html_url":"https://github.com/mudin/indoorjs","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/mudin/indoorjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Findoorjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Findoorjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Findoorjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Findoorjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudin","download_url":"https://codeload.github.com/mudin/indoorjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Findoorjs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263840898,"owners_count":23518462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fabric","fabricjs","grid","grid-system","indoor-maps","map","plot"],"created_at":"2024-08-03T23:00:41.931Z","updated_at":"2025-07-14T00:06:35.985Z","avatar_url":"https://github.com/mudin.png","language":"JavaScript","funding_links":[],"categories":["Projects"],"sub_categories":[],"readme":"# IndoorJS \n[![unstable](http://badges.github.io/stability-badges/dist/unstable.svg)](http://github.com/badges/stability-badges)\n![gzip-size](https://img.shields.io/badge/size-18.4kb-brightgreen.svg)\n\u003ca href=\"http://hits.dwyl.io/mudin/indoorjs\"\u003e\n    \u003cimg src=\"http://hits.dwyl.io/mudin/indoorjs.svg\" alt=\"HitCount\"\u003e\n  \u003c/a\u003e\n\nIndoor maps based on fabricjs with grid system, zooming, panning and anotations. \nSee [demo](https://mudin.github.io/indoorjs).\n\n![Markers and Connections demo](https://mudin.github.io/indoorjs/indoorjs.gif?raw=true)\n\n## Usage\n\n[![npm install indoorjs](https://nodei.co/npm/indoorjs.png?mini=true)](https://npmjs.org/package/indoorjs/)\n\n```js\nconst mapEl = document.querySelector('.my-map');\n\nlet radar; let\n  markers;\n\nconst map = new Indoor.Map(mapEl, {\n  floorplan: new Indoor.Floor({\n    url: './fp.jpeg',\n    opacity: 0.4,\n    width: 400,\n    zIndex: 1\n  }),\n  minZoom: 0.001,\n  maxZoom: 10,\n  center: {\n    x: 0,\n    y: 0,\n    zoom: 1\n  }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudin%2Findoorjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudin%2Findoorjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudin%2Findoorjs/lists"}