UNPKG

@spearwolf/twopoint5d

Version:

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

9 lines 349 B
import { DataChunk2D, type DataChunkCoords2D } from './DataChunk2D.js'; export interface NumberDataChunk2DParams extends DataChunkCoords2D { value?: number; } export declare class NumberDataChunk2D extends DataChunk2D { readonly value: number; constructor(data: NumberDataChunk2DParams); } //# sourceMappingURL=NumberDataChunk2D.d.ts.map