# Introduction

[![npm latest version](https://img.shields.io/npm/v/@tdreyno/fizz/latest.svg)](https://www.npmjs.com/package/@tdreyno/fizz)

Fizz is a small library for building state machines that can effectively manage complex sequences of events. [Learn more about state machines (and charts).](https://statecharts.github.io)

## Install

```bash
npm install --save @tdreyno/fizz
```

See the [Fizz Package README](https://github.com/tdreyno/fizz/blob/main/packages/fizz/README.md) for more details and examples.
