# illustrations

This library was generated with [Nx](https://nx.dev).

## Running unit tests

Run `nx test illustrations` to execute the unit tests via [Vitest](https://vitest.dev/).

## Generating assets (pre-build)

Run `yarn nx run unity-illustrations:pre-build` to regenerate illustration assets.

By default, the command prints a compact summary and periodic progress updates.
Use verbose mode to display full per-asset logs:

- `yarn nx run unity-illustrations:pre-build --verbose`
- `NX_VERBOSE_LOGGING=true yarn nx run unity-illustrations:pre-build`
