1.0.1 • Published 3 years ago

twitch-chat-embed v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

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

NameTypeOptions
ChannelStringAny channel name on Twitch.tv
WidthString/NumberPercentage or a Number
HeightString/NumberPercentage or a Number