Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acid-OP/DrawDeck
/ functions
Functions
266 in github.com/Acid-OP/DrawDeck
⨍
Functions
266
◇
Types & classes
61
Function
ZoomBar
({ zoom, setZoom, minZoom = 0.2, maxZoom = 4, zoomStep = 0.1, })
apps/DrawDeck/components/ZoomBar.tsx:12
Method
canRedo
()
apps/DrawDeck/app/draw/Game.ts:206
Method
canUndo
()
apps/DrawDeck/app/draw/Game.ts:202
Method
checkForDuplicates
()
apps/DrawDeck/app/draw/Game.ts:1377
Method
clearShapes
()
apps/DrawDeck/app/draw/Game.ts:958
Function
closeModal
()
apps/DrawDeck/components/SignupForm.tsx:118
Function
closeModal
()
apps/DrawDeck/components/SigninForm.tsx:125
Method
constructor
(options: any = {})
apps/ws/src/index.ts:17
Method
constructor
(canvas: HTMLCanvasElement, roomId: string | null, socket: WebSocket | null , isSolo:boolean=false , theme: "l
apps/DrawDeck/app/draw/Game.ts:895
Function
copyToClipboard
()
apps/DrawDeck/components/modal/LiveSessionModal.tsx:19
Method
cursorForHandle
(h:"tl"|"tr"|"bl"|"br"|"move"|"none")
apps/DrawDeck/app/draw/Game.ts:476
Function
debouncedResize
()
apps/DrawDeck/components/Canvas.tsx:252
Function
decryptRoomId
(encryptedKey: string, encryptedRoomId: string)
apps/DrawDeck/lib/decryptRoom.ts:1
Method
deleteShapeById
(id: string)
apps/DrawDeck/app/draw/Game.ts:1470
Method
dist
(x1: number, y1: number, x2: number, y2: number)
apps/DrawDeck/app/draw/Game.ts:1893
Method
drawConnectorLineToHandle
( fromX: number, fromY: number, toX: number, toY: number, stopDistance = 5 )
apps/DrawDeck/app/draw/Game.ts:548
Method
drawX
(coord: number)
apps/DrawDeck/app/draw/Game.ts:2727
Method
drawY
(coord: number)
apps/DrawDeck/app/draw/Game.ts:2728
Function
focusTextarea
()
apps/DrawDeck/components/Canvas.tsx:176
Method
forceRedraw
()
apps/DrawDeck/app/draw/Game.ts:883
Function
generator
(plop: PlopTypes.NodePlopAPI)
packages/ui/turbo/generators/config.ts:5
Function
getExistingShapes
(roomId: number)
apps/DrawDeck/app/draw/http.ts:1
Method
getScreenCoordinates
(logicalX: number, logicalY: number)
apps/DrawDeck/app/draw/Game.ts:2375
Method
getShapePosition
(shape: Shape)
apps/DrawDeck/app/draw/Game.ts:1363
Function
handleAuthClick
()
apps/DrawDeck/components/SidebarItems.tsx:58
Function
handleCancel
()
apps/DrawDeck/components/modal/ConfirmModal.tsx:18
Function
handleClick
()
apps/DrawDeck/components/Menu.tsx:34
Function
handleClickOutside
(e: MouseEvent)
apps/DrawDeck/components/modal/LiveSessionModal.tsx:34
Function
handleClickOutside
(e: MouseEvent)
apps/DrawDeck/components/modal/RoomfullModal.tsx:42
Function
handleClickOutside
(e: MouseEvent)
apps/DrawDeck/components/modal/SharelinkModal.tsx:95
Function
handleClickOutside
(e: MouseEvent)
apps/DrawDeck/components/modal/MobileLiveCollabModal.tsx:38
Function
handleClickOutside
(e: MouseEvent)
apps/DrawDeck/components/modal/KeyboardShortcutsModal.tsx:80
Function
handleClose
()
apps/DrawDeck/components/SidebarModal.tsx:48
Function
handleCopy
()
apps/DrawDeck/components/modal/SharelinkModal.tsx:33
Function
handleError
(error: ErrorEvent)
apps/DrawDeck/hooks/hooks.ts:26
Function
handleGoBack
()
apps/DrawDeck/components/RoomCanvas.tsx:457
Function
handleGoHome
()
apps/DrawDeck/components/errors/RoomInactivity.tsx:17
Function
handleKeyDown
(e: KeyboardEvent)
apps/DrawDeck/components/Canvas.tsx:300
Function
handleKeyDown
(e: KeyboardEvent)
apps/DrawDeck/components/modal/LiveSessionModal.tsx:25
Function
handleKeyDown
(e: KeyboardEvent)
apps/DrawDeck/components/modal/RoomfullModal.tsx:26
Function
handleKeyDown
(e: KeyboardEvent)
apps/DrawDeck/components/modal/SharelinkModal.tsx:87
Function
handleKeyDown
(e: KeyboardEvent)
apps/DrawDeck/components/modal/KeyboardShortcutsModal.tsx:70
Function
handleLiveClick
()
apps/DrawDeck/components/SidebarItems.tsx:56
Function
handleOutsideClick
(e: MouseEvent)
apps/DrawDeck/components/Menu.tsx:48
Function
handleShareClick
()
apps/DrawDeck/components/SidebarItems.tsx:50
Function
handleSignIn
()
apps/DrawDeck/components/AuthModal.tsx:26
Function
handleSocketClose
(closeEvent: CloseEvent)
apps/DrawDeck/components/RoomCanvas.tsx:169
Function
handleSocketMessage
(event: MessageEvent)
apps/DrawDeck/components/RoomCanvas.tsx:160
Function
handleStartSession
()
apps/DrawDeck/components/modal/LiveCollabModal.tsx:52
Function
handleStopSession
()
apps/DrawDeck/components/modal/SharelinkModal.tsx:43
Function
handleTouchEnd
(e: TouchEvent)
apps/DrawDeck/components/Canvas.tsx:217
Function
handleTouchStart
(ev: TouchEvent)
apps/DrawDeck/components/Canvas.tsx:193
Function
handleTryAgain
()
apps/DrawDeck/components/RoomCanvas.tsx:465
Function
handleUnhandledRejection
(event: PromiseRejectionEvent)
apps/DrawDeck/hooks/hooks.ts:32
Function
handler
(e: MouseEvent)
apps/DrawDeck/components/modal/LiveCollabModal.tsx:76
Method
isOnSelectionBoxBorder
(shape: Shape, x: number, y: number)
apps/DrawDeck/app/draw/Game.ts:965
Function
jwt
({ token, account })
apps/DrawDeck/app/api/auth/[...nextauth]/route.ts:22
Function
openClearConfirm
()
apps/DrawDeck/components/SidebarItems.tsx:66
Method
removeConnection
()
apps/ws/src/index.ts:113
Function
session
({ session, token })
apps/DrawDeck/app/api/auth/[...nextauth]/route.ts:29
Function
toggleCamera
()
apps/DrawDeck/components/VideoCall.tsx:278
Function
toggleMic
()
apps/DrawDeck/components/VideoCall.tsx:291
Function
toggleTheme
()
apps/DrawDeck/context/ThemeContext.tsx:34
Function
useRoomHash
()
apps/DrawDeck/hooks/useRoomHash.ts:2
Method
zoomIn
()
apps/DrawDeck/app/draw/Game.ts:328
Method
zoomOut
()
apps/DrawDeck/app/draw/Game.ts:333
← previous
201–266 of 266, ranked by callers