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
- Host: GitHub
- URL: https://github.com/kokororin/layer-mobile
- Owner: kokororin
- Created: 2017-08-20T06:54:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T11:03:33.000Z (almost 9 years ago)
- Last Synced: 2025-09-05T08:54:08.234Z (9 months ago)
- Topics: layer, layer-mobile
- Language: JavaScript
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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(...)
```