pyxel2tmx

0.1.5 • Public • Published

pyxel2tmx NPM Version

Tool for converting tiled maps from PyxelEdit to Tiled Map Editor format.

Getting started

First download and install ImageMagick. In Mac OS X, you can simply use Homebrew and do:

brew install imagemagick

For windows you can download ImageMagick from here

Installation

npm i -g pyxel2tmx

OR

If you are running npm 5.2.0 or higher, you can use pyxel2tmx with npx without installation:

npx pyxel2tmx -f filename.pyxel

Basic Usage

# default 
pyxel2tmx -f filename.pyxel
 
# or with custom output filename 
pyxel2tmx -f filename.pyxel -o tiledmap.tmx

Options

pyxel2tmx accepts the following options:

  • -f, --filename - Input PyxelEdit project file in *.pyxel format
  • -o, --output - Custom filename for output *.tmx file

License

MIT licensed.

Package Sidebar

Install

npm i pyxel2tmx

Weekly Downloads

0

Version

0.1.5

License

ISC

Unpacked Size

4 MB

Total Files

11

Last publish

Collaborators

  • praghus