atv-f-e
Version:
atv for Trust Nguyen
21 lines (16 loc) • 354 B
Markdown
# 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)