View Source 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:

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

Usage

For more information, see the documentation.

License

Apache License 2.0