rollup-plugin-tiled

0.0.2 • Public • Published

rollup-plugin-tiled

Tiled Map (TMX) importer plugin for rollup

Installation

npm i -D rollup-plugin-tiled

Usage

import { rollup } from 'rollup'
import tiled from 'rollup-plugin-tiled'

rollup({
  entry: 'main.js',
  plugins: [
    tiled()
  ]
}).then(...)

Later in your code...

import map from './maps/map.tmx'

// do stuff with map object

Package Sidebar

Install

npm i rollup-plugin-tiled

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • konsumer