Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beyondcode/banners
/ functions
Functions
23 in github.com/beyondcode/banners
⨍
Functions
23
◇
Types & classes
9
↓ 17 callers
Function
sanitizeHtml
(html: string)
api/_lib/sanitizer.ts:10
↓ 14 callers
Function
setLoadingState
(newState: Partial<AppState>)
web/index.ts:532
↓ 3 callers
Function
getArray
(stringOrArray: string[] | string | undefined)
api/_lib/parser.ts:64
↓ 2 callers
Function
emojify
(text: string)
api/_lib/template.ts:10
↓ 2 callers
Function
getCss
(theme: string, pattern: string, fontSize: string)
api/_lib/template.ts:12
↓ 2 callers
Function
getDescription
(description: string)
api/_lib/template.ts:83
↓ 2 callers
Function
getImage
(src: string, width ='225', height = '225', style: Style)
api/_lib/template.ts:188
↓ 2 callers
Function
getPackageInformation
(packageManager: string, packageName: string)
api/_lib/template.ts:93
↓ 2 callers
Function
getWatermark
(theme: Theme)
api/_lib/template.ts:141
↓ 1 callers
Function
getAlternativeHtml
(parsedReq: ParsedRequest)
api/_lib/template.ts:108
↓ 1 callers
Function
getDefaultImages
(images: string[])
api/_lib/parser.ts:74
↓ 1 callers
Function
getHtml
(parsedReq: ParsedRequest)
api/_lib/template.ts:149
↓ 1 callers
Function
getOptions
(isDev: boolean)
api/_lib/options.ts:14
↓ 1 callers
Function
getPage
(isDev: boolean)
api/_lib/chromium.ts:6
↓ 1 callers
Function
getScreenshot
(html: string, type: FileType, isDev: boolean)
api/_lib/chromium.ts:16
↓ 1 callers
Function
parseRequest
(req: IncomingMessage)
api/_lib/parser.ts:5
Function
App
(_: any, state: AppState, setState: SetState)
web/index.ts:531
Function
Dropdown
({ options, value, onchange, small }: DropdownProps)
web/index.ts:40
Function
Field
({ label, input }: FieldProps)
web/index.ts:83
Function
ImagePreview
({ src, onclick, onload, onerror, loading }: ImagePreviewProps)
web/index.ts:14
Function
TextInput
({ value, oninput }: TextInputProps)
web/index.ts:66
Function
Toast
({ show, message }: ToastProps)
web/index.ts:98
Function
handler
(req: IncomingMessage, res: ServerResponse)
api/index.ts:9