MCPcopy Index your code

hub / github.com/bpierre/loot-rarity / functions

Functions38 in github.com/bpierre/loot-rarity

↓ 10 callersFunctionrarityImage
( svgOrSvgUriOrItems: string | string[], options?: Options )
src/image.ts:100
↓ 6 callersFunctionlc
(item: string = "")
demo/src/guilds.ts:7
↓ 6 callersFunctionrarityColor
( itemOrRarity: string | RarityLevel, { colorFn }: { colorFn?: ColorFn } = {} )
src/main.ts:38
↓ 4 callersFunctionitemRarity
(itemName: string)
src/main.ts:9
↓ 4 callersFunctionrarityDescription
(itemOrRarity: string | RarityLevel)
src/main.ts:52
↓ 3 callersFunctionlootRarity
(items: string[])
src/main.ts:27
↓ 3 callersFunctionrarityImageFromItems
( items: string[], { colorFn, displayLevels, displayItemLevels, displayLootLevel = false,
src/image.ts:56
↓ 3 callersFunctionupdateBag
(id: string | true)
demo/src/hooks.tsx:54
↓ 2 callersFunctionfetchOrDecodeDataUri
(dataOrUrl: string)
src/utils.ts:11
↓ 2 callersFunctionhashItem
(name: string)
src/hash-item.ts:54
↓ 2 callersFunctionitemLevelFromOccurences
(occurences: number)
scripts/utils.ts:3
↓ 2 callersFunctionrandomInt
(max: number)
demo/src/utils.ts:1
↓ 1 callersFunctionbinaryTransfer
(integer: number, binary?: number)
src/hash-item.ts:23
↓ 1 callersFunctionbitwise
(str: string)
src/hash-item.ts:12
↓ 1 callersFunctionbox
(level: RarityLevel)
src/rarity-badge.ts:25
↓ 1 callersFunctionboxWidth
(level: RarityLevel)
src/rarity-badge.ts:16
↓ 1 callersFunctioncolorFn
({ itemName })
demo/src/hooks.tsx:74
↓ 1 callersFunctioncreateLink
()
demo/src/GlobalStyles.tsx:6
↓ 1 callersFunctiondataUri
(mediaType: string, data: string)
src/utils.ts:7
↓ 1 callersFunctiondescription
(level: RarityLevel)
src/rarity-badge.ts:44
↓ 1 callersFunctiondiamond
(level: RarityLevel)
src/rarity-badge.ts:53
↓ 1 callersFunctionisUri
(data: string)
src/utils.ts:3
↓ 1 callersFunctionitemsFromSvg
(svg: string)
src/image.ts:32
↓ 1 callersFunctionloot
(level: RarityLevel)
src/rarity-badge.ts:34
↓ 1 callersFunctionmain
()
scripts/rarity-distribution.ts:17
↓ 1 callersFunctionmain
()
scripts/generate-items-rarity.ts:7
↓ 1 callersFunctionrandomBagId
(filters: Array<(name: string) => boolean> = [])
demo/src/hooks.tsx:17
↓ 1 callersFunctionrarityBadge
(level: RarityLevel)
src/rarity-badge.ts:5
↓ 1 callersFunctionshorthash
(text: string)
src/hash-item.ts:44
↓ 1 callersFunctionupdate
()
demo/src/GlobalStyles.tsx:20
↓ 1 callersFunctionuseBag
( guilds: Guild[], { displayColors, displayItemLevels, displayLootLevel, }: { displayCol
demo/src/hooks.tsx:36
↓ 1 callersFunctionwarnDeprecatedName
(oldName: string, newName: string)
src/utils.ts:37
FunctionAbout
()
demo/src/About.tsx:5
FunctionApp
()
demo/src/App.tsx:20
FunctionAppLayout
({ footer, lootImage, lootImageBorderColor = "#ccc", options, secondary, title, }: AppLayoutProps)
demo/src/AppLayout.tsx:16
FunctionGlobalStyles
()
demo/src/GlobalStyles.tsx:14
FunctionLevels
()
demo/src/Levels.tsx:6
FunctionOption
({ checked, checkedColor = "inherit", enabled, indeterminate, label, onToggle, }: { checked: boo
demo/src/Option.tsx:7