# @wrld/indoor-map-model

> Indoor map model represents a WRLD indoor map submission. It allows modeling of the submission via the browser and exporting/importing in various formats.

Latest version **0.1.5** (published 2021-11-02) · 0 weekly downloads

## Install

```sh
npm install @wrld/indoor-map-model
pnpm add @wrld/indoor-map-model
yarn add @wrld/indoor-map-model
bun add @wrld/indoor-map-model
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.5 |
| Published | 2021-11-02 |
| First published | 2020-11-06 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 23.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | WRLD |
| Maintainers | wrld |

## Links

- npm: https://www.npmjs.com/package/@wrld/indoor-map-model
- Repository: https://github.com/wrld3d/wrld-indoor-map-model
- Issues: https://github.com/wrld3d/wrld-indoor-map-model/issues
- npm.io page: https://npm.io/package/@wrld/indoor-map-model

## Dependencies (2)

- [jszip](https://npm.io/package/jszip.md) ^3.7.1
- [numeral](https://npm.io/package/numeral.md) ^2.0.6

## Recent versions

- 0.1.5 (latest) — 2021-11-02
- 0.1.4 — 2021-09-29
- 0.1.3 — 2021-05-21
- 0.1.2 — 2020-11-06
- 0.1.1 — 2020-11-06

## README

# wrld-indoor-map-model

Indoor map model is a TypeScript project that represents a WRLD indoor map submission. It allows modeling of the submission via the browser
and exporting/importing in various formats.

## Setup

Clone the repo, run `npm install` and start hacking!

## Releases

The CI will only publish a new package to npm when the version is updated. You can use:

    npm version [major | minor | patch]

to automatically increment the version number in the package.json and create a commit. Note: it needs a clean working dir, so commit all the changes **before**.

## Scripts

### build

    npm run build

Creates the distributable ES6 code including types. This can be used both in other TypeScript or in other EcmaScript projects.

### test

    npm run test

Executes automated tests using Jest.

    npm run tests -- --watch

For running in continuous watch mode.

### lint

    npm run lint

Lints the project using ESLint.

    npm run lint -- --fix

Lints and attempts to fix auto-fixable issues.

## Recommended Visual Studio Code extensions

- [Jest](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest)
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)

---
_Source: https://npm.io/package/@wrld/indoor-map-model · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
