# Witchart State

The goal of this library is to manipulate the state used by the rendering. It is useful for instance in nodejs scripts, or in a microservice for slideshow state manipulation.

It exposes:
- The state reducer
- The available actions, selectors

## Installing

```sh
$ npm install @nodata/witchart-state
```
