# wcjs-player
**Repository Path**: freedom_softwore/wcjs-player
## Basic Information
- **Project Name**: wcjs-player
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: LGPL-2.1
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-07-27
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#
**Description**
An Open Source Player for WebChimera.js (libvlc binding for node.js/io.js/NW.js/Electron)
**Install**
- ``npm install wcjs-player``
- ``npm install wcjs-prebuilt`` ([configuration](https://github.com/Ivshti/wcjs-prebuilt#configuration))
**OR**
``npm install webchimera.js`` (will build `WebChimera.js.node`, [prerequisites](https://github.com/RSATom/WebChimera.js#build-prerequisites))
**OR**
not use `wcjs-prebuilt` or `webchimera.js`, but implement a post install script or a grunt task that fetches the correct package from [the prebuilts](https://github.com/RSATom/WebChimera.js/releases)
**Docs**
- [JavaScript API Docs](https://github.com/jaruba/wcjs-player/wiki/JavaScript-API)
- [Crazy Hacks](https://github.com/jaruba/wcjs-player/wiki/Crazy-Hacks)
- [Known issues and workarounds](https://github.com/RSATom/WebChimera.js#known-issues-and-workarounds)
**Usage Example 1**
*HTML*
WebChimera.js Player running on Electron (Mac)
WebChimera.js Player Multiscreen Demo running on NW.js (Windows)
