Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Lycolia/janus-typescript-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janus Typescript Client

Wrapped Janus.js by TypeScript.

Installation

npm i https://github.com/Lycolia/janus-typescript-client.git

Usage

import * as Janus from 'janus-typescript-client;

Janus.init({
    callback: () => {
        const janus = new Janus(...options);
    },
});

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%