https://github.com/idleberg/webvsc-ui
Web frontend for webvsc, a converter for Winamp AVS presets
https://github.com/idleberg/webvsc-ui
avs webvs webvsc winamp winamp-avs
Last synced: about 2 months ago
JSON representation
Web frontend for webvsc, a converter for Winamp AVS presets
- Host: GitHub
- URL: https://github.com/idleberg/webvsc-ui
- Owner: idleberg
- License: mit
- Created: 2017-11-06T17:18:10.000Z (almost 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-06-15T15:56:29.000Z (over 4 years ago)
- Last Synced: 2025-08-17T08:20:28.282Z (about 2 months ago)
- Topics: avs, webvs, webvsc, winamp, winamp-avs
- Language: JavaScript
- Homepage: https://idleberg.github.io/webvsc-ui/
- Size: 1.61 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webvsc-ui
[](https://www.npmjs.org/package/@visbot/webvsc-ui)
[](https://www.npmjs.org/package/@visbot/webvsc-ui)
[](https://travis-ci.org/idleberg/webvsc-ui)
[](https://david-dm.org/idleberg/webvsc-ui)## Description
Web frontend for [webvsc](https://www.npmjs.com/package/@visbot/webvsc), a converter for [Winamp AVS](http://www.wikiwand.com/en/Advanced_Visualization_Studio) presets.
[Demo Time](https://idleberg.github.io/webvsc-ui/) 🙌
## Installation
Use your preferred [Node](https://nodejs.org) package manager to install the mode
```sh
yarn add @visbot/webvsc-ui || npm install @visbot/webvsc-ui
```## Usage
Embedding the converter into a website is easy
```html
var ui = new Webvsc(document.getElementById('drop-area'));