# layer-mobile

UMD build for [layer](https://github.com/sentsin/layer)

## Installing

Using npm:

```bash
$ npm install layer-mobile
```

## Example

```js
import layer from 'layer-mobile';
layer.open(...)
```
