vchat-core

vchat-core

Usage no npm install needed!

<script type="module">
  import vchatCore from 'https://cdn.skypack.dev/vchat-core';
</script>

README

vchat-core

vchat-core

Installing

For the latest stable version:

npm install vchat-core

using vchat-core

chat = new Chat(config, new ChatHandler());

Once the chat instance is created it can be initialized via

chat.init().then(result => {
    doSomething()
});