@theatrejs/plugin-ldtk
v2.1.0
Published
🛠️ A Plugin for LDTK JSON data.
Maintainers
Readme
LDTK Plugin
🛠️ A Plugin for LDTK JSON data.
Installation
npm install @theatrejs/plugin-ldtk --saveQuick Start
import * as PLUGIN_LDTK from '@theatrejs/plugin-ldtk';
import ldtk from './ldtk.json';
const grid = ldtk.createGrid({
$level: 'Prototype',
$layer: 'actors'
});