README.md

# JavaScript

Communicate with JavaScript runtimes.

## Notes

DON'T USE IT.

This package is still in its early stages, so it may still undergo significant changes, potentially leading to breaking changes.

## Installation

Add `:javascript` to the list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:javascript, <requirement>}
  ]
end
```

## Usage

For more information, see the [documentation](https://hexdocs.pm/javascript).

## License

[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)