An open API service indexing awesome lists of open source software.

https://github.com/richienb/vlc-static

Static VLC binaries for Windows, MacOS and Linux.
https://github.com/richienb/vlc-static

Last synced: 9 months ago
JSON representation

Static VLC binaries for Windows, MacOS and Linux.

Awesome Lists containing this project

README

          

# vlc-static

Static VLC binaries for Windows, MacOS and Linux.

## Install

```sh
npm install vlc-static
```

## Usage

```js
import vlcStatic from 'vlc-static';

console.log(vlcStatic());
//=> 'C:\\Users\\richi\\Documents\\GitHub\\vlc-static\\bin\\win64\\vlc.exe'
```

## API

### vlcStatic()