UNPKG

@spearwolf/twopoint5d

Version:

a library to create 2.5d realtime graphics and pixelart with three.js

5 lines 142 B
import type { AABB2 } from './AABB2.js'; export interface IMap2DRenderable { aabb: AABB2; } //# sourceMappingURL=IMap2DRenderable.d.ts.map