@spearwolf/twopoint5d
Version:
a library to create 2.5d realtime graphics and pixelart with three.js
12 lines • 465 B
TypeScript
export * from './Canvas2DStage.js';
export type * from './IProjection.js';
export type * from './IStage.js';
export type * from './IStageRenderer.js';
export * from './OrthographicProjection.js';
export * from './ParallaxProjection.js';
export * from './PostProcessingRenderer.js';
export * from './ProjectionPlane.js';
export * from './Stage2D.js';
export * from './StageRenderer.js';
export * from './fitIntoRectangle.js';
//# sourceMappingURL=public-api.d.ts.map