Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KamiC6238/ayanami
/ functions
Functions
269 in github.com/KamiC6238/ayanami
⨍
Functions
269
◇
Types & classes
30
Function
convertFromExportRecord
(exportRecord: ExportOpRecord)
src/worker/utils/file.ts:25
Function
convertToExportRecord
(record: OpRecord)
src/worker/utils/file.ts:18
Function
copyFrame
(payload: CopyFrameMessagePayload)
src/worker/utils/frame.ts:130
Function
copyFrame
(tabId: string, sourceFrameId: string)
src/worker/signals/frames.ts:194
Function
deleteFrame
(tabId: string, frameId: string)
src/worker/signals/frames.ts:88
Function
drawBresenhamLine
(payload: LineMessagePayload)
src/worker/utils/render.ts:251
Function
drawCircle
(config: CircleConfig)
src/store/canvas.ts:227
Function
drawCircle
(payload: CircleMessagePayload)
src/worker/utils/render.ts:314
Function
drawHSLPalette
(ctx: CanvasRenderingContext2D, hue: number)
src/utils/colorPicker.ts:95
Function
drawLine
(config: LineConfig)
src/store/canvas.ts:244
Function
drawSquare
(config: SquareRectConfig)
src/store/canvas.ts:135
Function
drawSquare
(payload: SquareMessagePayload)
src/worker/utils/render.ts:111
Function
encode
(outs)
src/worker/gif.worker.js:2
Function
executeDeleteFrame
(tabId: string, frameId: string)
src/worker/signals/frames.ts:185
Function
exportFile
(exportType: ExportTypeEnum)
src/store/canvas.ts:323
Function
exportFile
(payload: ExportMessagePayload)
src/worker/utils/file.ts:87
Function
fillBucket
(config: BucketConfig)
src/store/canvas.ts:261
Function
fillBucket
(payload: BucketMessagePayload)
src/worker/utils/render.ts:154
Function
fillHoverRect
(position: Position)
src/store/canvas.ts:182
Function
fillHoverRect
(payload: FillHoverRectMessagePayload)
src/worker/utils/render.ts:107
Function
fillRect
(config: RectConfig)
src/store/canvas.ts:151
Function
generatePixelBorder
(radius, pixelSize, borderConfig = {})
src/utils/pixelBorder.js:174
Function
getCanvas
(canvasType: CanvasType)
src/store/canvas.ts:85
Function
getColorPositionMap
()
src/worker/signals/render.ts:53
Function
getColormap
()
src/worker/gif.worker.js:2
Function
getColorsIndex
(tabId: string)
src/worker/signals/records.ts:77
Function
getCurrentFrameId
()
src/store/frames.ts:51
Function
getCurrentTabId
()
src/store/canvas.ts:79
Function
getMouse$
(props: Mouse$)
src/utils/colorPicker.ts:168
Function
getRecordsWithFrameId
(tabId: string, frameId: string)
src/worker/signals/records.ts:45
Function
getTextColorFromRGB
(rgba: RGBA)
src/utils/colorPicker.ts:259
Function
importFile
(file: File)
src/store/canvas.ts:336
Function
importFile
(payload: ImportMessagePayload)
src/worker/utils/file.ts:104
Function
initCanvas
( gridCanvas: HTMLCanvasElement, mainCanvas: HTMLCanvasElement, previewCanvas: HTMLCanvasElement, )
src/store/canvas.ts:112
Function
inxsearch
(b,g,r)
src/worker/gif.worker.js:2
Function
onFrameAction
( action: FrameAction, payload?: { frameId: string }, )
src/store/frames.ts:61
Function
prepareDeleteFrame
(tabId: string, frameId: string)
src/worker/signals/frames.ts:144
Function
record
(extra = {})
src/store/canvas.ts:277
Function
record
(payload: RecordMessagePayload)
src/worker/utils/record.ts:269
Function
redo
()
src/store/canvas.ts:297
Function
reorderFrame
(config: { tabId: string; frameId: string; targetIndex: number; })
src/worker/utils/frame.ts:150
Function
replayAllRecordsFromImportFile
(tabId: string)
src/worker/utils/record.ts:669
Function
replayFrameRecords
( tabId: string, frameId: string, shouldClear: boolean, )
src/worker/utils/record.ts:660
Function
rgbToHex
(rgba: RGBA)
src/utils/colorPicker.ts:193
Function
roughSizeOfObject
(object: any)
src/utils/common.ts:51
Function
save
( blob: Blob, config: { filename: string; exportType: ExportTypeEnum; }, )
src/utils/canvas.ts:51
Function
scaleCanvasByDPR
(canvas: HTMLCanvasElement)
src/utils/canvas.ts:4
Function
setAlpha
(val: number)
src/store/colorPicker.ts:68
Function
setColorPositionMap
(map: Map<string, string>)
src/worker/signals/render.ts:55
Function
setFps
(_fps: number)
src/store/frames.ts:57
Function
setHSL
(val: HSL)
src/store/colorPicker.ts:63
Function
setIsFramesPlaying
(isPlaying: boolean)
src/store/frames.ts:53
Function
setMousePosOnHSLPalette
(position: Position)
src/store/colorPicker.ts:98
Function
setPalette
(canvas: HTMLCanvasElement)
src/store/colorPicker.ts:55
Function
setPickedPalette
(val: PickedPalette)
src/store/colorPicker.ts:78
Function
setPixelSize
(size: number)
src/store/config.ts:23
Function
setRGB
(val: RGBA)
src/store/colorPicker.ts:59
Function
setToolType
(_toolType: ToolTypeEnum)
src/store/config.ts:19
Function
switchFrame
(frameId: string)
src/worker/signals/frames.ts:83
Function
undo
()
src/store/canvas.ts:310
Function
undo
(payload: RedoOrUndoMessagePayload)
src/worker/utils/record.ts:619
Function
updatePickedPalette
(val: string, type: "add" | "delete" = "add")
src/store/colorPicker.ts:82
Function
useBucketTool
()
src/hooks/useBucketTool.ts:9
Function
useCircleTool
()
src/hooks/useCircleTool.ts:9
Function
useEraserTool
()
src/hooks/useEraserTool.ts:9
Function
useLineTool
()
src/hooks/useLineTool.ts:9
Function
usePencilTool
()
src/hooks/usePencilTool.ts:9
Function
useShortcuts
()
src/hooks/useShortcuts.ts:19
Function
useSquareTool
()
src/hooks/useSquareTool.ts:9
← previous
201–269 of 269, ranked by callers