MCPcopy Create free account

hub / github.com/blendi-remade/sprite-sheet-creator / functions

Functions56 in github.com/blendi-remade/sprite-sheet-creator

↓ 18 callersFunctiongetSheetLabel
(slot: "walk" | "jump" | "attack" | "idle")
app/page.tsx:647
↓ 7 callersFunctiongenerateLayer
( model: ImageModel, prompt: string, imageUrls: string[], aspectRatio: AspectRatio = "21:9", gptImag
app/api/generate-background/route.ts:86
↓ 5 callersFunctiongetContentBounds
(ctx: CanvasRenderingContext2D, width: number, height: number)
app/page.tsx:59
↓ 4 callersFunctiongenerateImage
({ model, prompt, imageUrls, aspectRatio, gptImageQuality, }: GenerateImageInput)
app/lib/generate-image.ts:29
↓ 4 callersFunctionloadImages
()
app/components/PixiSandbox.tsx:213
↓ 4 callersFunctionremoveBackground
( imageUrl: string )
app/api/generate-background/route.ts:96
↓ 3 callersFunctionnormalizeImageModel
(value: unknown)
app/lib/generate-image.ts:10
↓ 3 callersFunctionregenerateBackgroundLayer
(layerNumber: 1 | 2 | 3)
app/page.tsx:854
↓ 3 callersFunctiontoggleCustomBgLayer
(idx: 0 | 1 | 2)
app/page.tsx:122
↓ 2 callersFunctionLAYER1_PROMPT
(characterPrompt: string)
app/api/generate-background/route.ts:10
↓ 2 callersFunctiongetLayer3Config
( model: ImageModel, characterImageUrl: string, layer1Url: string, layer2Url: string )
app/api/generate-background/route.ts:57
↓ 2 callersFunctionregenerateSpriteSheet
(type: "walk" | "jump" | "attack" | "idle")
app/page.tsx:657
↓ 1 callersFunctionISOMETRIC_MAP_PROMPT
(characterPrompt: string)
app/api/generate-background/route.ts:70
↓ 1 callersFunctionaspectRatioToImageSize
( ar: AspectRatio )
app/lib/generate-image.ts:100
↓ 1 callersFunctiongetSpriteType
(slot: "walk" | "jump" | "attack" | "idle")
app/page.tsx:638
↓ 1 callersFunctionhandleAttackHorizontalDividerDrag
(index: number, e: React.MouseEvent)
app/page.tsx:1211
↓ 1 callersFunctionhandleAttackVerticalDividerDrag
(index: number, e: React.MouseEvent)
app/page.tsx:1185
↓ 1 callersFunctionhandleIdleHorizontalDividerDrag
(index: number, e: React.MouseEvent)
app/page.tsx:1263
↓ 1 callersFunctionhandleIdleVerticalDividerDrag
(index: number, e: React.MouseEvent)
app/page.tsx:1237
↓ 1 callersFunctionhandleJumpHorizontalDividerDrag
(index: number, e: React.MouseEvent)
app/page.tsx:1159
↓ 1 callersFunctionhandleJumpVerticalDividerDrag
(index: number, e: React.MouseEvent)
app/page.tsx:1133
↓ 1 callersFunctionhandleWalkHorizontalDividerDrag
(index: number, e: React.MouseEvent)
app/page.tsx:1107
↓ 1 callersFunctionhandleWalkVerticalDividerDrag
(index: number, e: React.MouseEvent)
app/page.tsx:1081
↓ 1 callersFunctionloadCustomLayers
()
app/components/PixiSandbox.tsx:175
↓ 1 callersFunctionloadLayers
()
app/components/PixiSandbox.tsx:137
↓ 1 callersFunctionregenerateIsoAttack
(dir: "attack-down" | "attack-up" | "attack-side")
app/page.tsx:694
FunctionFalLogo
({ className = "", size = 32 }: { className?: string; size?: number })
app/page.tsx:18
FunctionFalSpinner
({ size = 48 }: { size?: number })
app/page.tsx:32
FunctionHome
()
app/page.tsx:93
FunctionIsometricSandbox
({ walkDownFrames, walkUpFrames, walkLeftFrames, walkRightFrames, attackDownFrames, attackUpFrames
app/components/IsometricSandbox.tsx:56
FunctionPOST
(request: NextRequest)
app/api/generate-sprite-sheet/route.ts:241
FunctionPOST
(request: NextRequest)
app/api/generate-character/route.ts:24
FunctionPOST
(request: NextRequest)
app/api/generate-background/route.ts:120
FunctionPOST
(request: NextRequest)
app/api/remove-background/route.ts:9
FunctionPixiSandbox
({ walkFrames, jumpFrames, attackFrames, idleFrames, fps, customBackgroundLayers, spriteScales, customBgLayerO
app/components/PixiSandbox.tsx:75
FunctionRootLayout
({ children, }: { children: React.ReactNode })
app/layout.tsx:9
FunctionexportAllFrames
()
app/page.tsx:1321
FunctionexportAttackSpriteSheet
()
app/page.tsx:1305
FunctionexportIdleSpriteSheet
()
app/page.tsx:1313
FunctionexportJumpSpriteSheet
()
app/page.tsx:1297
FunctionexportWalkSpriteSheet
()
app/page.tsx:1289
FunctiongenerateBackground
()
app/page.tsx:782
FunctiongenerateCharacter
()
app/page.tsx:467
FunctiongenerateIsometricMap
()
app/page.tsx:819
FunctiongenerateSpriteSheet
()
app/page.tsx:506
FunctionhandleKeyDown
(e: KeyboardEvent)
app/page.tsx:425
FunctionhandleKeyDown
(e: KeyboardEvent)
app/components/PixiSandbox.tsx:619
FunctionhandleKeyDown
(e: KeyboardEvent)
app/components/IsometricSandbox.tsx:479
FunctionhandleKeyUp
(e: KeyboardEvent)
app/page.tsx:440
FunctionhandleKeyUp
(e: KeyboardEvent)
app/components/PixiSandbox.tsx:641
FunctionhandleKeyUp
(e: KeyboardEvent)
app/components/IsometricSandbox.tsx:492
FunctionhandleMouseMove
(moveEvent: MouseEvent)
app/page.tsx:1086
FunctionhandleMouseUp
()
app/page.tsx:1097
FunctionproceedToFrameExtraction
()
app/page.tsx:1348
FunctionproceedToSandbox
()
app/page.tsx:1353
FunctionremoveBackground
()
app/page.tsx:723