# @zakkster/lite-wfc
> Zero-GC Wave Function Collapse. 32-bit bitmask domains, popcount LUT, flat propagation queue.

## Install
npm i @zakkster/lite-wfc

## Import
import { WFC } from '@zakkster/lite-wfc';

## Key Facts
- Zero GC: All state in TypedArrays, no per-frame allocation
- Size: < 1.5 KB minified
- Dependencies: @zakkster/lite-random
- ESM only (type: module)

## Export: WFC (class)
See source file WFC.js for full JSDoc API documentation.
