willlogs / obs-widgets

Custom widgets for obs integrated with webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom OBS Widget

icon

Introduction

This repository contains the source code for a custom widget designed for use with Open Broadcaster Software (OBS). The widget is built using HTML, CSS, and JavaScript, and is integrated with Webpack for efficient bundling. Tailwind CSS and PostCSS have been employed to enhance the styling capabilities. As this project is still in active development, some features may be in experimental stages.

Features

  • Describe the key features of your OBS widget.
  • List any unique selling points or interesting functionalities.

Installation

To install the widget, follow these steps:

  1. Clone the Repository
git clone https://github.com/yourusername/custom-obs-widget.git
cd custom-obs-widget
  1. Install Dependencies
npm install
  1. Build the Project
npm run build

Usage

To use the widget in OBS:

  1. Build the project following the installation instructions.
  2. In OBS, add a new browser source and point it to the index.html in the dist folder.

Development

This project is still under development. To contribute, you can:

  • Fork the repository.
  • Create a new branch for your feature (git checkout -b feature/YourFeatureName).
  • Commit your changes (git commit -am 'Add some feature').
  • Push to the branch (git push origin feature/YourFeatureName).
  • Open a new pull request.

Contributing

Contributions are what make the open-source community an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @your_twitter - email@example.com

Project Link: https://github.com/yourusername/custom-obs-widget

Acknowledgements

About

Custom widgets for obs integrated with webpack


Languages

Language:JavaScript 74.1%Language:HTML 14.5%Language:CSS 11.4%