# @lyo/electron

A browser-compatible version of [electron](https://www.npmjs.com/package/electron) built automatically with [Lyo](https://github.com/bokub/lyo).

[![Version](https://flat.badgen.net/npm/v/@lyo/electron)](https://www.npmjs.com/package/@lyo/electron)
[![Build](https://bokub.github.io/lyo/badge-flat.svg)](https://www.npmjs.com/package/@lyo/electron)
[![Hits](https://data.jsdelivr.com/v1/package/npm/@lyo/electron/badge)](https://www.jsdelivr.com/package/npm/@lyo/electron)

## Usage

#### In a browser
```html
<script src="https://cdn.jsdelivr.net/npm/@lyo/electron"></script>
```

#### In Node.js

```sh
# Install
npm i @lyo/electron
```

```js
const electron = require('@lyo/electron')
```

## Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk