# u-space

The library based on three.js with WebGPURenderer.

**[📖 Documentation](https://u-space-phi.vercel.app)**

## Install

```bash
npm install u-space
```

## Usage

```typescript
import { Viewer } from 'u-space';

const viewer = new Viewer({
  el: document.getElementById('app')!,
});
```

## Release

Maintainers can publish `u-space`, `u-space-mcp`, docs, and examples with one command:

```bash
pnpm release:all
```

See the [release guide](https://u-space-phi.vercel.app/release) for the one-time npm Trusted Publishing and Vercel setup.

