UNPKG

@spearwolf/twopoint5d

Version:

a library to create 2.5d realtime graphics and pixelart with 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