MCPcopy Create free account

hub / github.com/beyondcode/banners / functions

Functions23 in github.com/beyondcode/banners

↓ 17 callersFunctionsanitizeHtml
(html: string)
api/_lib/sanitizer.ts:10
↓ 14 callersFunctionsetLoadingState
(newState: Partial<AppState>)
web/index.ts:532
↓ 3 callersFunctiongetArray
(stringOrArray: string[] | string | undefined)
api/_lib/parser.ts:64
↓ 2 callersFunctionemojify
(text: string)
api/_lib/template.ts:10
↓ 2 callersFunctiongetCss
(theme: string, pattern: string, fontSize: string)
api/_lib/template.ts:12
↓ 2 callersFunctiongetDescription
(description: string)
api/_lib/template.ts:83
↓ 2 callersFunctiongetImage
(src: string, width ='225', height = '225', style: Style)
api/_lib/template.ts:188
↓ 2 callersFunctiongetPackageInformation
(packageManager: string, packageName: string)
api/_lib/template.ts:93
↓ 2 callersFunctiongetWatermark
(theme: Theme)
api/_lib/template.ts:141
↓ 1 callersFunctiongetAlternativeHtml
(parsedReq: ParsedRequest)
api/_lib/template.ts:108
↓ 1 callersFunctiongetDefaultImages
(images: string[])
api/_lib/parser.ts:74
↓ 1 callersFunctiongetHtml
(parsedReq: ParsedRequest)
api/_lib/template.ts:149
↓ 1 callersFunctiongetOptions
(isDev: boolean)
api/_lib/options.ts:14
↓ 1 callersFunctiongetPage
(isDev: boolean)
api/_lib/chromium.ts:6
↓ 1 callersFunctiongetScreenshot
(html: string, type: FileType, isDev: boolean)
api/_lib/chromium.ts:16
↓ 1 callersFunctionparseRequest
(req: IncomingMessage)
api/_lib/parser.ts:5
FunctionApp
(_: any, state: AppState, setState: SetState)
web/index.ts:531
FunctionDropdown
({ options, value, onchange, small }: DropdownProps)
web/index.ts:40
FunctionField
({ label, input }: FieldProps)
web/index.ts:83
FunctionImagePreview
({ src, onclick, onload, onerror, loading }: ImagePreviewProps)
web/index.ts:14
FunctionTextInput
({ value, oninput }: TextInputProps)
web/index.ts:66
FunctionToast
({ show, message }: ToastProps)
web/index.ts:98
Functionhandler
(req: IncomingMessage, res: ServerResponse)
api/index.ts:9