@mkody/twitch-emoticons 2.7.0 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +143 -143
- package/.github/codeql/codeql-config.yml +4 -4
- package/.github/workflows/codeql.yml +50 -50
- package/.github/workflows/eslint.yml +50 -50
- package/.github/workflows/release.yml +22 -0
- package/.github/workflows/yarn-test.yml +17 -17
- package/.jsdoc.json +39 -39
- package/.nvmrc +1 -0
- package/LICENSE +22 -22
- package/README.md +36 -4
- package/docs/BTTVEmote.html +1641 -1319
- package/docs/Channel.html +823 -823
- package/docs/Collection.html +797 -797
- package/docs/Emote.html +906 -801
- package/docs/EmoteFetcher.html +3680 -2946
- package/docs/EmoteParser.html +811 -811
- package/docs/FFZEmote.html +1795 -1473
- package/docs/SevenTV.html +1190 -1190
- package/docs/SevenTVEmote.html +1705 -1395
- package/docs/TwitchEmote.html +1637 -1315
- package/docs/index.html +230 -206
- package/docs/struct_BTTVEmote.js.html +162 -132
- package/docs/struct_Channel.js.html +127 -127
- package/docs/struct_Emote.js.html +151 -138
- package/docs/struct_EmoteFetcher.js.html +427 -399
- package/docs/struct_EmoteParser.js.html +153 -153
- package/docs/struct_FFZEmote.js.html +185 -146
- package/docs/struct_SevenTVEmote.js.html +178 -141
- package/docs/struct_TwitchEmote.js.html +159 -130
- package/docs/util_Collection.js.html +150 -150
- package/package.json +57 -57
- package/src/index.js +12 -12
- package/src/struct/BTTVEmote.js +90 -60
- package/src/struct/Channel.js +55 -55
- package/src/struct/Emote.js +79 -66
- package/src/struct/EmoteFetcher.js +355 -327
- package/src/struct/EmoteParser.js +81 -81
- package/src/struct/EmoteTypeMapper.js +13 -0
- package/src/struct/FFZEmote.js +113 -74
- package/src/struct/SevenTVEmote.js +106 -69
- package/src/struct/TwitchEmote.js +87 -58
- package/src/util/Collection.js +78 -78
- package/src/util/Constants.js +31 -31
- package/test/index.js +482 -174
- package/typings/index.d.ts +115 -98
|
@@ -1,138 +1,151 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
|
|
5
|
-
<meta charset="utf-8">
|
|
6
|
-
<title>struct/Emote.js - Documentation</title>
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<script src="scripts/prettify/prettify.js"></script>
|
|
10
|
-
<script src="scripts/prettify/lang-css.js"></script>
|
|
11
|
-
<!--[if lt IE 9]>
|
|
12
|
-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
13
|
-
<![endif]-->
|
|
14
|
-
<link type="text/css" rel="stylesheet" href="styles/prettify.css">
|
|
15
|
-
<link type="text/css" rel="stylesheet" href="styles/jsdoc.css">
|
|
16
|
-
<script src="scripts/nav.js" defer></script>
|
|
17
|
-
|
|
18
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
19
|
-
</head>
|
|
20
|
-
<body>
|
|
21
|
-
|
|
22
|
-
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
|
|
23
|
-
<label for="nav-trigger" class="navicon-button x">
|
|
24
|
-
<div class="navicon"></div>
|
|
25
|
-
</label>
|
|
26
|
-
|
|
27
|
-
<label for="nav-trigger" class="overlay"></label>
|
|
28
|
-
|
|
29
|
-
<nav >
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BTTVEmote.html">BTTVEmote</a><ul class='methods'><li data-type='method'><a href="BTTVEmote.html#toLink">toLink</a></li><li data-type='method'><a href="BTTVEmote.html#toString">toString</a></li></ul></li><li><a href="Channel.html">Channel</a><ul class='methods'><li data-type='method'><a href="Channel.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="Channel.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="Channel.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li></ul></li><li><a href="Collection.html">Collection</a><ul class='methods'><li data-type='method'><a href="Collection.html#filter">filter</a></li><li data-type='method'><a href="Collection.html#find">find</a></li><li data-type='method'><a href="Collection.html#map">map</a></li></ul></li><li><a href="Emote.html">Emote</a><ul class='methods'><li data-type='method'><a href="Emote.html#toString">toString</a></li></ul></li><li><a href="EmoteFetcher.html">EmoteFetcher</a><ul class='methods'><li data-type='method'><a href="EmoteFetcher.html#_cacheBTTVEmote">_cacheBTTVEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#_cacheFFZEmote">_cacheFFZEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#_cacheSevenTVEmote">_cacheSevenTVEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#_cacheTwitchEmote">_cacheTwitchEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#_getRawBTTVEmotes">_getRawBTTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#_getRawFFZEmoteSet">_getRawFFZEmoteSet</a></li><li data-type='method'><a href="EmoteFetcher.html#_getRawFFZEmotes">_getRawFFZEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#_getRawSevenTVEmotes">_getRawSevenTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#_getRawTwitchEmotes">_getRawTwitchEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchTwitchEmotes">fetchTwitchEmotes</a></li></ul></li><li><a href="EmoteParser.html">EmoteParser</a><ul class='methods'><li data-type='method'><a href="EmoteParser.html#parse">parse</a></li></ul></li><li><a href="FFZEmote.html">FFZEmote</a><ul class='methods'><li data-type='method'><a href="FFZEmote.html#toLink">toLink</a></li><li data-type='method'><a href="FFZEmote.html#toString">toString</a></li></ul></li><li><a href="SevenTVEmote.html">SevenTVEmote</a><ul class='methods'><li data-type='method'><a href="SevenTVEmote.html#toLink">toLink</a></li><li data-type='method'><a href="SevenTVEmote.html#toString">toString</a></li></ul></li><li><a href="TwitchEmote.html">TwitchEmote</a><ul class='methods'><li data-type='method'><a href="TwitchEmote.html#toLink">toLink</a></li><li data-type='method'><a href="TwitchEmote.html#toString">toString</a></li></ul></li></ul>
|
|
33
|
-
|
|
34
|
-
</nav>
|
|
35
|
-
|
|
36
|
-
<div id="main">
|
|
37
|
-
|
|
38
|
-
<h1 class="page-title">struct/Emote.js</h1>
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
<section>
|
|
47
|
-
<article>
|
|
48
|
-
<pre class="prettyprint source linenums"><code>class Emote {
|
|
49
|
-
/**
|
|
50
|
-
* Base class for emotes.
|
|
51
|
-
* This constructor is not to be used.
|
|
52
|
-
* @param {Channel} channel - Channel this emote belongs to.
|
|
53
|
-
* @param {string} id - ID of the emote.
|
|
54
|
-
* @param {data} data - The raw emote data.
|
|
55
|
-
*/
|
|
56
|
-
constructor(channel, id, data) {
|
|
57
|
-
if (new.target.name === Emote.name) {
|
|
58
|
-
throw new Error('Base Emote class cannot be used');
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* The emote fetcher.
|
|
63
|
-
* @type {EmoteFetcher}
|
|
64
|
-
*/
|
|
65
|
-
this.fetcher = channel.fetcher;
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* The channel this emote belongs to.
|
|
69
|
-
* Only accurate and constant on Twitch emotes.
|
|
70
|
-
* For other types of emotes, use the `owner` or `ownerName` property.
|
|
71
|
-
* @type {Channel}
|
|
72
|
-
*/
|
|
73
|
-
this.channel = channel;
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* The ID of this emote.
|
|
77
|
-
* @type {string}
|
|
78
|
-
*/
|
|
79
|
-
this.id = id;
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* The type of this emote.
|
|
83
|
-
* Either `twitch`, `bttv`, `ffz`, or '7tv'.
|
|
84
|
-
* @type {string}
|
|
85
|
-
*/
|
|
86
|
-
this.type = null;
|
|
87
|
-
|
|
88
|
-
this._setup(data);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
_setup(data) {
|
|
92
|
-
/**
|
|
93
|
-
* The code or name of the emote.
|
|
94
|
-
* @type {string}
|
|
95
|
-
*/
|
|
96
|
-
this.code = data.code;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
toLink() {
|
|
100
|
-
return null;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* Override for `toString`.
|
|
105
|
-
* Will give the emote's name.
|
|
106
|
-
* @returns {string}
|
|
107
|
-
*/
|
|
108
|
-
toString() {
|
|
109
|
-
return this.code;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
</
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
|
|
5
|
+
<meta charset="utf-8">
|
|
6
|
+
<title>struct/Emote.js - Documentation</title>
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
<script src="scripts/prettify/prettify.js"></script>
|
|
10
|
+
<script src="scripts/prettify/lang-css.js"></script>
|
|
11
|
+
<!--[if lt IE 9]>
|
|
12
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
13
|
+
<![endif]-->
|
|
14
|
+
<link type="text/css" rel="stylesheet" href="styles/prettify.css">
|
|
15
|
+
<link type="text/css" rel="stylesheet" href="styles/jsdoc.css">
|
|
16
|
+
<script src="scripts/nav.js" defer></script>
|
|
17
|
+
|
|
18
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
19
|
+
</head>
|
|
20
|
+
<body>
|
|
21
|
+
|
|
22
|
+
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
|
|
23
|
+
<label for="nav-trigger" class="navicon-button x">
|
|
24
|
+
<div class="navicon"></div>
|
|
25
|
+
</label>
|
|
26
|
+
|
|
27
|
+
<label for="nav-trigger" class="overlay"></label>
|
|
28
|
+
|
|
29
|
+
<nav >
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BTTVEmote.html">BTTVEmote</a><ul class='methods'><li data-type='method'><a href="BTTVEmote.html#toLink">toLink</a></li><li data-type='method'><a href="BTTVEmote.html#toObject">toObject</a></li><li data-type='method'><a href="BTTVEmote.html#toString">toString</a></li><li data-type='method'><a href="BTTVEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="Channel.html">Channel</a><ul class='methods'><li data-type='method'><a href="Channel.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="Channel.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="Channel.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li></ul></li><li><a href="Collection.html">Collection</a><ul class='methods'><li data-type='method'><a href="Collection.html#filter">filter</a></li><li data-type='method'><a href="Collection.html#find">find</a></li><li data-type='method'><a href="Collection.html#map">map</a></li></ul></li><li><a href="Emote.html">Emote</a><ul class='methods'><li data-type='method'><a href="Emote.html#toObject">toObject</a></li><li data-type='method'><a href="Emote.html#toString">toString</a></li></ul></li><li><a href="EmoteFetcher.html">EmoteFetcher</a><ul class='methods'><li data-type='method'><a href="EmoteFetcher.html#_cacheBTTVEmote">_cacheBTTVEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#_cacheFFZEmote">_cacheFFZEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#_cacheSevenTVEmote">_cacheSevenTVEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#_cacheTwitchEmote">_cacheTwitchEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#_getRawBTTVEmotes">_getRawBTTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#_getRawFFZEmoteSet">_getRawFFZEmoteSet</a></li><li data-type='method'><a href="EmoteFetcher.html#_getRawFFZEmotes">_getRawFFZEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#_getRawSevenTVEmotes">_getRawSevenTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#_getRawTwitchEmotes">_getRawTwitchEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#_setupChannel">_setupChannel</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchTwitchEmotes">fetchTwitchEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fromObject">fromObject</a></li></ul></li><li><a href="EmoteParser.html">EmoteParser</a><ul class='methods'><li data-type='method'><a href="EmoteParser.html#parse">parse</a></li></ul></li><li><a href="FFZEmote.html">FFZEmote</a><ul class='methods'><li data-type='method'><a href="FFZEmote.html#toLink">toLink</a></li><li data-type='method'><a href="FFZEmote.html#toObject">toObject</a></li><li data-type='method'><a href="FFZEmote.html#toString">toString</a></li><li data-type='method'><a href="FFZEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="SevenTVEmote.html">SevenTVEmote</a><ul class='methods'><li data-type='method'><a href="SevenTVEmote.html#toLink">toLink</a></li><li data-type='method'><a href="SevenTVEmote.html#toObject">toObject</a></li><li data-type='method'><a href="SevenTVEmote.html#toString">toString</a></li><li data-type='method'><a href="SevenTVEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="TwitchEmote.html">TwitchEmote</a><ul class='methods'><li data-type='method'><a href="TwitchEmote.html#toLink">toLink</a></li><li data-type='method'><a href="TwitchEmote.html#toObject">toObject</a></li><li data-type='method'><a href="TwitchEmote.html#toString">toString</a></li><li data-type='method'><a href="TwitchEmote.html#.fromObject">fromObject</a></li></ul></li></ul>
|
|
33
|
+
|
|
34
|
+
</nav>
|
|
35
|
+
|
|
36
|
+
<div id="main">
|
|
37
|
+
|
|
38
|
+
<h1 class="page-title">struct/Emote.js</h1>
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<section>
|
|
47
|
+
<article>
|
|
48
|
+
<pre class="prettyprint source linenums"><code>class Emote {
|
|
49
|
+
/**
|
|
50
|
+
* Base class for emotes.
|
|
51
|
+
* This constructor is not to be used.
|
|
52
|
+
* @param {Channel} channel - Channel this emote belongs to.
|
|
53
|
+
* @param {string} id - ID of the emote.
|
|
54
|
+
* @param {data} data - The raw emote data.
|
|
55
|
+
*/
|
|
56
|
+
constructor(channel, id, data) {
|
|
57
|
+
if (new.target.name === Emote.name) {
|
|
58
|
+
throw new Error('Base Emote class cannot be used');
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* The emote fetcher.
|
|
63
|
+
* @type {EmoteFetcher}
|
|
64
|
+
*/
|
|
65
|
+
this.fetcher = channel.fetcher;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* The channel this emote belongs to.
|
|
69
|
+
* Only accurate and constant on Twitch emotes.
|
|
70
|
+
* For other types of emotes, use the `owner` or `ownerName` property.
|
|
71
|
+
* @type {Channel}
|
|
72
|
+
*/
|
|
73
|
+
this.channel = channel;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* The ID of this emote.
|
|
77
|
+
* @type {string}
|
|
78
|
+
*/
|
|
79
|
+
this.id = id;
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* The type of this emote.
|
|
83
|
+
* Either `twitch`, `bttv`, `ffz`, or '7tv'.
|
|
84
|
+
* @type {string}
|
|
85
|
+
*/
|
|
86
|
+
this.type = null;
|
|
87
|
+
|
|
88
|
+
this._setup(data);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
_setup(data) {
|
|
92
|
+
/**
|
|
93
|
+
* The code or name of the emote.
|
|
94
|
+
* @type {string}
|
|
95
|
+
*/
|
|
96
|
+
this.code = data.code;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
toLink() {
|
|
100
|
+
return null;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Override for `toString`.
|
|
105
|
+
* Will give the emote's name.
|
|
106
|
+
* @returns {string}
|
|
107
|
+
*/
|
|
108
|
+
toString() {
|
|
109
|
+
return this.code;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Override for `toObject`.
|
|
114
|
+
* Will result in an Object representation of an Emote
|
|
115
|
+
* @returns {Object}
|
|
116
|
+
*/
|
|
117
|
+
toObject() {
|
|
118
|
+
return {
|
|
119
|
+
code: this.code,
|
|
120
|
+
id: this.id,
|
|
121
|
+
channel_id: this.channel.channel_id
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
module.exports = Emote;
|
|
127
|
+
</code></pre>
|
|
128
|
+
</article>
|
|
129
|
+
</section>
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
</div>
|
|
137
|
+
|
|
138
|
+
<br class="clear">
|
|
139
|
+
|
|
140
|
+
<footer>
|
|
141
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
142
|
+
</footer>
|
|
143
|
+
|
|
144
|
+
<script>prettyPrint();</script>
|
|
145
|
+
<script src="scripts/polyfill.js"></script>
|
|
146
|
+
<script src="scripts/linenumber.js"></script>
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
</body>
|
|
151
|
+
</html>
|