# atv function electron

Function use for electron

## Install
You can install by `npm` or download inject `atv-func-electron.js` file into your HTML code:
```npm
npm install atv-func-electron
```
```html
<script src="/path/to/dist/atv-func-electron.js"></script>
```

## Usages
```js
import afe from 'atv-func-electron'

```
## Licence
[MIT](./LICENSE)
