0.8.0 • Published 7 years ago

dtile-tilemap v0.8.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago