@jimmyboy/emoter
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

Emoter

A Library that will handle access to all Emote providers for Twitch.tv including Twitch themselves. It also includes parsing messages from twitch chat (and in general).

Installation

npm install --save @jimmyboy/emoter
# for yarn:
yarn add @jimmyboy/emoter

Usage

Main Class: Emoter

import { Emoter } from '@jimmyboy/emoter'

// Init w/ channel
const emoter = new Emoter('devjimmyboy')
// or set channel later
const emoter = new Emoter()
emoter.setChannel('devjimmyboy')

/@jimmyboy/emoter/

    Package Sidebar

    Install

    npm i @jimmyboy/emoter

    Weekly Downloads

    2

    Version

    0.2.1

    License

    MIT

    Unpacked Size

    891 kB

    Total Files

    70

    Last publish

    Collaborators

    • dev-jimmyboy