An open API service indexing awesome lists of open source software.

https://github.com/kokororin/layer-mobile

UMD build for layer
https://github.com/kokororin/layer-mobile

layer layer-mobile

Last synced: 8 months ago
JSON representation

UMD build for layer

Awesome Lists containing this project

README

          

# 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(...)
```