Skip to content

Matsuuu/twitch-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Chat Component logo

TwitchChat

TwitchChat is a Web Component for embedding a Twitch Chat onto any web site with just 2 lines of HTML.

Check out a demo here

Installation

NPM

npm install twitch-chat-embed

CDN

<script type="module" src="https://unpkg.com/twitch-chat-embed"></script>

Usage

NPM

import "twitch-chat-embed";

<twitch-chat></twitch-chat>

CDN

<script type="module" src="https://unpkg.com/twitch-chat-embed"></script>

<twitch-chat channel="ESL_SC2"></twitch-chat>

Attributes

Name Type Options
Channel String Any channel name on Twitch.tv
Width String/Number Percentage or a Number
Height String/Number Percentage or a Number

About

A Web Component for easily embedding a Twitch.tv live chat to any website

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published