UNPKG

@spearwolf/twopoint5d

Version:

Create 2.5D realtime graphics and pixelart with WebGL and three.js

3 lines 220 B
import type { TypedArray, VertexAttributeDataType } from './types.js'; export declare function createTypedArray(dataType: VertexAttributeDataType, size: number): TypedArray; //# sourceMappingURL=createTypedArray.d.ts.map