# Galacean Effects Model Plugin

## Development

### Getting Started

``` bash
# demo & test
pnpm --filter @galacean/effects-plugin-model dev
# demo & test (legacy)
pnpm --filter @galacean/effects-plugin-model preview
```

> Open in browser: http://localhost:8081/demo/index.html

##### Use WebGL1

> Open in browser: http://localhost:8081/demo/index.html?webgl=1

### Testing

``` bash
# Ditto
```

> Open in browser: http://localhost:8081/test/index.html
