README.md
# CanvasNative
[](https://hex.pm/packages/canvas_native)
[](https://hexdocs.pm/canvas_native)
[](https://github.com/usecanvas/canvas-native-ex/blob/master/LICENSE.md)
[](https://circleci.com/gh/usecanvas/canvas-native-ex)
Provides utilities for working with the Canvas Native document format in Elixir.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `canvas_native` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:canvas_native, "~> 1.1.4"}]
end
```
2. Ensure `canvas_native` is started before your application:
```elixir
def application do
[applications: [:canvas_native]]
end
```