README.md

# arcana_signals

Signals are a powerful JS construct leveraged by many frontend frameworks. This
is a set of Gleam bindings that also compile for an erlang target to a simpler
set of primitives for isomorphic frameworks.

It's probably not working properly, and not documented, use at your own risk.

[![Package Version](https://img.shields.io/hexpm/v/arcana_signals)](https://hex.pm/packages/arcana_signals)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/arcana_signals/)

```sh
gleam add arcana_signals
```
```gleam
import arcana_signals

pub fn main() {
  // TODO: An example of the project in use
}
```

## Development

```sh
gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell
```