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.
- Host: GitHub
- URL: https://github.com/richienb/vlc-static
- Owner: Richienb
- License: mit
- Created: 2020-02-21T15:42:34.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T04:40:54.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T20:51:07.770Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 203 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
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()