MCPcopy Create free account

hub / github.com/KamiC6238/ayanami / functions

Functions269 in github.com/KamiC6238/ayanami

FunctionconvertFromExportRecord
(exportRecord: ExportOpRecord)
src/worker/utils/file.ts:25
FunctionconvertToExportRecord
(record: OpRecord)
src/worker/utils/file.ts:18
FunctioncopyFrame
(payload: CopyFrameMessagePayload)
src/worker/utils/frame.ts:130
FunctioncopyFrame
(tabId: string, sourceFrameId: string)
src/worker/signals/frames.ts:194
FunctiondeleteFrame
(tabId: string, frameId: string)
src/worker/signals/frames.ts:88
FunctiondrawBresenhamLine
(payload: LineMessagePayload)
src/worker/utils/render.ts:251
FunctiondrawCircle
(config: CircleConfig)
src/store/canvas.ts:227
FunctiondrawCircle
(payload: CircleMessagePayload)
src/worker/utils/render.ts:314
FunctiondrawHSLPalette
(ctx: CanvasRenderingContext2D, hue: number)
src/utils/colorPicker.ts:95
FunctiondrawLine
(config: LineConfig)
src/store/canvas.ts:244
FunctiondrawSquare
(config: SquareRectConfig)
src/store/canvas.ts:135
FunctiondrawSquare
(payload: SquareMessagePayload)
src/worker/utils/render.ts:111
Functionencode
(outs)
src/worker/gif.worker.js:2
FunctionexecuteDeleteFrame
(tabId: string, frameId: string)
src/worker/signals/frames.ts:185
FunctionexportFile
(exportType: ExportTypeEnum)
src/store/canvas.ts:323
FunctionexportFile
(payload: ExportMessagePayload)
src/worker/utils/file.ts:87
FunctionfillBucket
(config: BucketConfig)
src/store/canvas.ts:261
FunctionfillBucket
(payload: BucketMessagePayload)
src/worker/utils/render.ts:154
FunctionfillHoverRect
(position: Position)
src/store/canvas.ts:182
FunctionfillHoverRect
(payload: FillHoverRectMessagePayload)
src/worker/utils/render.ts:107
FunctionfillRect
(config: RectConfig)
src/store/canvas.ts:151
FunctiongeneratePixelBorder
(radius, pixelSize, borderConfig = {})
src/utils/pixelBorder.js:174
FunctiongetCanvas
(canvasType: CanvasType)
src/store/canvas.ts:85
FunctiongetColorPositionMap
()
src/worker/signals/render.ts:53
FunctiongetColormap
()
src/worker/gif.worker.js:2
FunctiongetColorsIndex
(tabId: string)
src/worker/signals/records.ts:77
FunctiongetCurrentFrameId
()
src/store/frames.ts:51
FunctiongetCurrentTabId
()
src/store/canvas.ts:79
FunctiongetMouse$
(props: Mouse$)
src/utils/colorPicker.ts:168
FunctiongetRecordsWithFrameId
(tabId: string, frameId: string)
src/worker/signals/records.ts:45
FunctiongetTextColorFromRGB
(rgba: RGBA)
src/utils/colorPicker.ts:259
FunctionimportFile
(file: File)
src/store/canvas.ts:336
FunctionimportFile
(payload: ImportMessagePayload)
src/worker/utils/file.ts:104
FunctioninitCanvas
( gridCanvas: HTMLCanvasElement, mainCanvas: HTMLCanvasElement, previewCanvas: HTMLCanvasElement, )
src/store/canvas.ts:112
Functioninxsearch
(b,g,r)
src/worker/gif.worker.js:2
FunctiononFrameAction
( action: FrameAction, payload?: { frameId: string }, )
src/store/frames.ts:61
FunctionprepareDeleteFrame
(tabId: string, frameId: string)
src/worker/signals/frames.ts:144
Functionrecord
(extra = {})
src/store/canvas.ts:277
Functionrecord
(payload: RecordMessagePayload)
src/worker/utils/record.ts:269
Functionredo
()
src/store/canvas.ts:297
FunctionreorderFrame
(config: { tabId: string; frameId: string; targetIndex: number; })
src/worker/utils/frame.ts:150
FunctionreplayAllRecordsFromImportFile
(tabId: string)
src/worker/utils/record.ts:669
FunctionreplayFrameRecords
( tabId: string, frameId: string, shouldClear: boolean, )
src/worker/utils/record.ts:660
FunctionrgbToHex
(rgba: RGBA)
src/utils/colorPicker.ts:193
FunctionroughSizeOfObject
(object: any)
src/utils/common.ts:51
Functionsave
( blob: Blob, config: { filename: string; exportType: ExportTypeEnum; }, )
src/utils/canvas.ts:51
FunctionscaleCanvasByDPR
(canvas: HTMLCanvasElement)
src/utils/canvas.ts:4
FunctionsetAlpha
(val: number)
src/store/colorPicker.ts:68
FunctionsetColorPositionMap
(map: Map<string, string>)
src/worker/signals/render.ts:55
FunctionsetFps
(_fps: number)
src/store/frames.ts:57
FunctionsetHSL
(val: HSL)
src/store/colorPicker.ts:63
FunctionsetIsFramesPlaying
(isPlaying: boolean)
src/store/frames.ts:53
FunctionsetMousePosOnHSLPalette
(position: Position)
src/store/colorPicker.ts:98
FunctionsetPalette
(canvas: HTMLCanvasElement)
src/store/colorPicker.ts:55
FunctionsetPickedPalette
(val: PickedPalette)
src/store/colorPicker.ts:78
FunctionsetPixelSize
(size: number)
src/store/config.ts:23
FunctionsetRGB
(val: RGBA)
src/store/colorPicker.ts:59
FunctionsetToolType
(_toolType: ToolTypeEnum)
src/store/config.ts:19
FunctionswitchFrame
(frameId: string)
src/worker/signals/frames.ts:83
Functionundo
()
src/store/canvas.ts:310
Functionundo
(payload: RedoOrUndoMessagePayload)
src/worker/utils/record.ts:619
FunctionupdatePickedPalette
(val: string, type: "add" | "delete" = "add")
src/store/colorPicker.ts:82
FunctionuseBucketTool
()
src/hooks/useBucketTool.ts:9
FunctionuseCircleTool
()
src/hooks/useCircleTool.ts:9
FunctionuseEraserTool
()
src/hooks/useEraserTool.ts:9
FunctionuseLineTool
()
src/hooks/useLineTool.ts:9
FunctionusePencilTool
()
src/hooks/usePencilTool.ts:9
FunctionuseShortcuts
()
src/hooks/useShortcuts.ts:19
FunctionuseSquareTool
()
src/hooks/useSquareTool.ts:9
← previous201–269 of 269, ranked by callers