@zencomms/floor-plan
v0.1.0-alpha.1
Published
ZenComms floor plan — TypeBox schemas + tile map for virtual office
Readme
@zencomms/floor-plan
TypeBox schemas and tile-map primitives for the ZenComms virtual-office
floor plan. Zero runtime dependency on @zencomms/core. React and
@react-three/fiber are optional peer dependencies for rendering helpers.
Install
pnpm add @zencomms/floor-planStability
Alpha — APIs may change until 0.1.0.
Entry points
@zencomms/floor-plan— single root export at./dist/index.js.
Usage
import { FloorPlanMapSchema, TileType } from '@zencomms/floor-plan';
import { Value } from '@sinclair/typebox/value';
const map = { tiles: [[TileType.Floor]], rooms: [] };
Value.Check(FloorPlanMapSchema, map);See also
- See the root README for architecture and contributing.
- ADR-001 explains contract stability.
