npm

twitch-emoticons
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

twitch-emoticons

Get a Twitch channel's Twitch emotes, BTTV emotes, and FFZ emotes!

Example

const { EmoteFetcher, EmoteParser } = require('twitch-emoticons');
 
const fetcher = new EmoteFetcher();
const parser = new EmoteParser(fetcher, {
    type: 'markdown',
    match: /:(.+?):/g
});
 
fetcher.fetchTwitchEmotes().then(() => {
    const kappa = fetcher.emotes.get('Kappa').toLink();
    console.log(kappa);
    // https://static-cdn.jtvnw.net/emoticons/v1/25/1.0
 
    const text = 'Hello :PogChamp:!';
    const parsed = parser.parse(text);
    console.log(parsed);
    // Hello ![PogChamp](https://static-cdn.jtvnw.net/emoticons/v1/88/1.0 "PogChamp")!
});

Links

This library uses the following:

/twitch-emoticons/

    Package Sidebar

    Install

    npm i twitch-emoticons

    Weekly Downloads

    12

    Version

    2.1.1

    License

    MIT

    Unpacked Size

    250 kB

    Total Files

    42

    Last publish

    Collaborators

    • 1computer