From 6c06233cf0de7668b1ab10ff5e372f4ef64c4312 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 16 Oct 2023 17:35:27 -0400 Subject: [PATCH] updaet --- README.md | 31 +++++++++++++++++++++++++++++++ package.json | 11 +++++++++++ src/functions/buttons.js | 19 +++++++++---------- src/styles/app.css | 13 ++++++++----- 4 files changed, 59 insertions(+), 15 deletions(-) create mode 100644 package.json diff --git a/README.md b/README.md index 87002b8..75048ab 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ # Plyx-Player +> Currently in beta stages. + +## Installing +The Plyx Player is available to download from SudoVanilla's registry, run: +```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 +``` + +## Usage +Add the stylesheet and script: +```html +... + +