MCPcopy Create free account

hub / github.com/CedricKassen/wplace-template-manager / functions

Functions69 in github.com/CedricKassen/wplace-template-manager

↓ 6 callersFunctionuseNavigate
()
src/components/Router/navigate.ts:4
↓ 5 callersMethoddestroy
()
src/utils/CustomCanvas.ts:21
↓ 4 callersFunctionlog
(...args: any[])
src/utils/log.ts:1
↓ 3 callersFunctionawaitElement
(selector: string)
src/utils/awaitElement.ts:3
↓ 3 callersFunctiongetColorsFromImage
(image: ImageBitmap)
src/utils/getColorsFromImage.ts:6
↓ 3 callersFunctionimageToBase64
(image: File | Blob)
src/utils/imageToBase64.ts:3
↓ 2 callersFunctionbase64ToImage
(b64Data: string, contentType = "", sliceSize = 512)
src/utils/base64ToImage.ts:1
↓ 2 callersFunctioncreateColorCheckRenderer
(input: IterableIterator<any>)
src/components/ColorPicker/ColorPicker.tsx:118
↓ 2 callersFunctionformatString
(input: string)
src/utils/formatString.ts:1
↓ 2 callersFunctionidbSet
(db: IDBDatabase, key: string, value: T)
src/utils/idbStorage.ts:31
↓ 2 callersFunctionrgbToHex
(r: number, g: number, b: number)
src/utils/rgbToHex.ts:1
↓ 2 callersFunctiontoHexString
(bytes: Uint8Array)
src/utils/renderSquares.ts:81
↓ 1 callersFunctionaddHeader
(code: string)
vite.config.ts:77
↓ 1 callersFunctionaddLocationChangeCallback
(callback: () => void)
src/utils/addLocationChangeCallback.ts:1
↓ 1 callersFunctioncolorCheckboxOnchange
(event: ChangeEvent<HTMLInputElement>, key: Color)
src/components/ColorPicker/ColorPicker.tsx:110
↓ 1 callersFunctioncreateIDBStorage
()
src/utils/idbStorage.ts:64
↓ 1 callersFunctioncreateTemplateBitmap
( imageBitmap: ImageBitmap, pixelSize: number, colorFilter?: ColorValue[], )
src/utils/renderSquares.ts:148
↓ 1 callersFunctiondelayedProbe
()
src/utils/awaitElement.ts:12
↓ 1 callersFunctiongenerateImage
()
src/components/FormInputs/ImageUpload.tsx:54
↓ 1 callersFunctionidbDelete
(db: IDBDatabase, key: string)
src/utils/idbStorage.ts:41
↓ 1 callersFunctioninject
(callback: () => void, opts: { keep?: boolean; debugName?: string } = {})
src/utils/inject.ts:1
↓ 1 callersFunctionmain
()
src/index.tsx:12
↓ 1 callersFunctionmatchRoute
(path: string)
src/components/Router/RouteContext.tsx:24
↓ 1 callersFunctionopenDB
()
src/utils/idbStorage.ts:7
↓ 1 callersFunctionoptimizeColors
( imageBitmap: ImageBitmap, colorList: ColorValue[], scale = 1, )
src/utils/optimizeColors.ts:5
↓ 1 callersFunctionprobe
()
src/utils/awaitElement.ts:7
↓ 1 callersFunctionrenderSquares
( overlays: Overlay[], tilesCache: Map<number, CachedTile>, baseBlob: Blob, baseBlobEtag: stri
src/utils/renderSquares.ts:7
↓ 1 callersFunctionsendJumpRequest
()
src/components/OverlayList/OverlayListEntry.tsx:24
↓ 1 callersFunctiontoggleVisibility
(currentlyHidden: boolean, index: number)
src/components/OverlayList/OverlayList.tsx:11
↓ 1 callersFunctionuseParam
(name: string)
src/components/Router/useParam.ts:4
FunctionApp
()
src/App.tsx:61
FunctionCloseButton
(props)
src/components/Buttons/Close.tsx:6
FunctionColorCheckbox
({ checked, onChange, name, color })
src/components/ColorCheckbox/ColorCheckbox.tsx:11
FunctionColorPicker
({ colorList, selectedColorState, setSelectedColorState })
src/components/ColorPicker/ColorPicker.tsx:19
FunctionCoordinateForm
({ chunkValue, coordinateValue, setChunkValue, setCoordinateValue, hidePostitionButton })
src/components/FormInputs/CoordinateForm.tsx:12
FunctionCreate
()
src/pages/Create.tsx:10
FunctionEdit
()
src/pages/Edit.tsx:17
FunctionImageUpload
({ setImageColors, setImage, setWidth, setHeight, setName })
src/components/FormInputs/ImageUpload.tsx:20
FunctionImport
()
src/pages/Import.tsx:42
FunctionImportTableRow
({ image, chunk, position, name })
src/pages/Import.tsx:18
FunctionOutlet
()
src/components/Router/Outlet.tsx:4
FunctionOverlay
({ children, headline, showBack, customRenderer, closeButtonHandler, noClose })
src/components/Overlay/Overlay.tsx:17
FunctionOverlayList
()
src/components/OverlayList/OverlayList.tsx:8
FunctionOverlayListEntry
({ name, image, location, isHidden, toggleVisiblity, width, height })
src/components/OverlayList/OverlayListEntry.tsx:15
FunctionOverlayRenderer
()
src/App.tsx:28
FunctionOverview
()
src/pages/Overview.tsx:6
FunctionRouteProvider
({ children, routes, })
src/components/Router/RouteContext.tsx:17
FunctionX
(props)
src/components/Icons/X.tsx:3
Methodcanvas
()
src/utils/CustomCanvas.ts:17
Methodconstructor
(width: number, height?: number)
src/utils/CustomCanvas.ts:5
Methodctx
()
src/utils/CustomCanvas.ts:13
FunctionfetchHook
()
src/fetchHook.ts:12
FunctiongenerateBundle
(options, bundle)
vite.config.ts:47
FunctiongetItem
(key: string, initialValue: T)
src/utils/idbStorage.ts:68
FunctionhandleAllFreeChange
(event: ChangeEvent<HTMLInputElement>)
src/components/ColorPicker/ColorPicker.tsx:42
FunctionhandleAllPaidChange
(event: ChangeEvent<HTMLInputElement>)
src/components/ColorPicker/ColorPicker.tsx:83
FunctionhandleData
(event: Event)
src/App.tsx:67
FunctionhandleRenderRequest
(event: Event)
src/App.tsx:32
FunctionhandleResponse
(event: Event)
src/fetchHook.ts:100
FunctionhandleResponse
(event: Event)
src/components/OverlayList/OverlayListEntry.tsx:36
FunctionhexToRgb
(hex: string)
src/utils/hexToRgb.ts:1
FunctionidbGet
(db: IDBDatabase, key: string)
src/utils/idbStorage.ts:21
FunctionlogFetch
(arg: string | URL)
src/utils/logFetch.ts:3
FunctionmigrateFromLocalStorage
(db: IDBDatabase, key: string)
src/utils/idbStorage.ts:51
FunctionpasteHandler
(event: any)
src/components/FormInputs/ImageUpload.tsx:33
FunctionpasteHandler
(event: any)
src/pages/Import.tsx:118
FunctionremoveItem
(key: string)
src/utils/idbStorage.ts:82
FunctionsetItem
(key: string, newValue: T)
src/utils/idbStorage.ts:78
FunctionsetRouteAction
(route: string)
src/components/Router/RouteContext.tsx:62