An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# webvsc-ui

[![npm](https://flat.badgen.net/npm/license/@visbot/webvsc-ui)](https://www.npmjs.org/package/@visbot/webvsc-ui)
[![npm](https://flat.badgen.net/npm/v/@visbot/webvsc-ui)](https://www.npmjs.org/package/@visbot/webvsc-ui)
[![Travis CI](https://flat.badgen.net/travis/idleberg/webvsc-ui/gh-pages)](https://travis-ci.org/idleberg/webvsc-ui)
[![David](https://flat.badgen.net/david/dep/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'));