UNPKG

vlc-client

Version:

Node HTTP client/remote implementation to control VLC with simple function calls using VLC's own HTTP interface

4 lines (3 loc) 113 B
import Client from "./Client"; import VlcClientError from "./VlcClientError"; export { Client, VlcClientError };