parseBadges
Convert a map of badges into a list of badge images
Example
API
parseBadges(...)
Parse badges and return multiple methods to manage the results.
Returns: Promise<{
toArray()
,
toHTML(...)
}>
.toArray()
Converts parsed badges into an array of badges info.
Returns: ParsedBadges
.toHTML(...)
Converts parsed badges into a ready-to-use HTML string.
Returns: string
Types
BadgeVersions
This is the same type used by TMI.js when returning badges, so you can use it directly when needed.
Object map of:
ParsedBadges
Array of:
ParserOptions
Providers
You can also add any providers you create. See custom emotes/badges guide for more information.
Last updated