plexwrap

Electron wrapper allowing Plex to run in a standalone window.

Usage no npm install needed!

<script type="module">
  import plexwrap from 'https://cdn.skypack.dev/plexwrap';
</script>

README

Plex Wrap

Electron wrapper allowing Plex to run in a standalone window.

Building and Installing

Download the source and run the following in the directory to install dependencies:

npm install

Then you can use the following to either run from the console, or build to an application native to your machine:

npm run start
npm run build