This package has been deprecated

Author message:

This package has been renamed to tile-tools and has a new API

dtile-tilemap

0.8.0 • Public • Published

DTile Tilemap

Build Status Documentation devDependencies Status Coverage Status

A library made for handling the data of tilemaps. While first and foremost developed for DTile, it could just as easily be used for any other project.

Installation

Installation is done through NPM:

$ npm install --save dtile-tilemap

You can then import the libraray with:

import { TileMap } from "dtile-tilemap"; // ES2015 required.

Documentation

Documentation is generated by ESDoc. You can find the documentation here.

ES2015 Required

This library makes use of some of the new features in ES2015 without transpiling them first. This means your environment needs to support ES2015. For node, that is 6.0 or higher. If you want to run in browsers, Chrome and some others already support ES2015, but if you want to make it compatible with older browsers, you'll have to transpile it yourself using babel or equivalent.

License

This project is licensed under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i dtile-tilemap

Weekly Downloads

1

Version

0.8.0

License

MIT

Last publish

Collaborators

  • magnonellie