Use NPM official repo

This commit is contained in:
Korbs 2023-11-06 02:09:42 -05:00
parent 25454a3703
commit 45a9034c19
No known key found for this signature in database

View file

@ -10,18 +10,13 @@
- Create custom context-menu
- Create demo
- Create documentations
- Ignore keyboard shortcuts if an input is active
## Installing
The Plyx Player is available to download from SudoVanilla's registry, run:
Install from NPM:
```bash
npm set registry https://packages.sudovanilla.com/
```
(This registry is also a proxy for NPM)
Then, for your project, install Plyx:
```bash
npm install @sudovanilla/plyx-player
npm install plyx-player
```
## Usage