README.md

# CanvasNative

[![Hex.pm](https://img.shields.io/hexpm/v/canvas_native.svg?maxAge=2592000)](https://hex.pm/packages/canvas_native)
[![Docs](https://img.shields.io/badge/api-docs-yellow.svg?maxAge=2592000)](https://hexdocs.pm/canvas_native)
[![License](https://img.shields.io/github/license/usecanvas/canvas-native-ex.svg?maxAge=2592000)](https://github.com/usecanvas/canvas-native-ex/blob/master/LICENSE.md)
[![CircleCI](https://img.shields.io/circleci/project/usecanvas/canvas-native-ex.svg?maxAge=2592000)](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
```