MCPcopy Create free account

hub / github.com/CeamKrier/peeps-generator / functions

Functions66 in github.com/CeamKrier/peeps-generator

↓ 6 callersFunctiongetSliderRotation
(number)
src/components/circularSlider/index.jsx:41
↓ 6 callersFunctionuseProvider
()
src/utils/contextProvider.tsx:137
↓ 2 callersFunctionadjustStrokeColor
()
src/components/colorModal.tsx:70
↓ 2 callersFunctiondownloadResource
(resource: Blob, name: string)
src/utils/save.tsx:63
↓ 2 callersFunctiongetRadians
(degrees)
src/components/circularSlider/index.jsx:46
↓ 2 callersFunctionhandleColorChange
(caller: string)
src/components/gradientBuilder.tsx:68
↓ 2 callersFunctionhandleColorTypeChange
(type: ColoringType)
src/components/colorModal.tsx:86
↓ 2 callersFunctionhandlePickerVisibiltyChange
(isVisible?: boolean)
src/components/colorModal.tsx:62
↓ 2 callersFunctionisSittingPose
(pose: any)
src/utils/viewbox.tsx:10
↓ 2 callersFunctionisStandingPose
(pose: any)
src/utils/viewbox.tsx:13
↓ 2 callersFunctionoffsetRelativeToDocument
(ref)
src/components/circularSlider/index.jsx:58
↓ 2 callersFunctionupdateAccessory
(accessory: AccessoryType)
src/components/rightMenu.tsx:72
↓ 2 callersFunctionupdateBody
(body: BustPoseType)
src/components/rightMenu.tsx:40
↓ 2 callersFunctionupdateFace
(face: FaceType)
src/components/rightMenu.tsx:47
↓ 2 callersFunctionupdateFacialHair
(facialHair: FacialHairType)
src/components/rightMenu.tsx:54
↓ 2 callersFunctionupdateHair
(hair: HairType)
src/components/rightMenu.tsx:33
↓ 2 callersFunctionupdateRotationDegree
(wheelEvent?: WheelEvent)
src/components/leftMenu.tsx:78
↓ 2 callersFunctionupdateScaleVector
(wheelEvent?: WheelEvent)
src/components/leftMenu.tsx:108
↓ 2 callersFunctionuseEventListener
(eventName, handler, element= winObj)
src/components/circularSlider/useEventListener.jsx:9
↓ 1 callersFunctionadjustPeepsViewbox
(bodyPiece: string)
src/utils/viewbox.tsx:19
↓ 1 callersFunctionadjustSvgViewbox
(piece: string)
src/components/rightMenu.tsx:153
↓ 1 callersFunctioncustomKnobIcon
()
src/components/circularSlider/knob.jsx:47
↓ 1 callersFunctiondefaultKnobIcon
()
src/components/circularSlider/knob.jsx:37
↓ 1 callersFunctiondistinguishBodyViewbox
(bodyPiece: string)
src/utils/viewbox.tsx:71
↓ 1 callersFunctiongenerateRange
(min, max)
src/components/circularSlider/index.jsx:50
↓ 1 callersFunctionhandlePieceItemClick
(piece: string)
src/components/rightMenu.tsx:170
↓ 1 callersFunctionhandlePieceSectionClick
(section: string)
src/components/rightMenu.tsx:101
↓ 1 callersFunctionisPieceChecked
(piece: string)
src/components/rightMenu.tsx:136
↓ 1 callersFunctionpickedSectionObject
()
src/components/rightMenu.tsx:221
↓ 1 callersFunctionrenderPiece
(piece: string)
src/components/rightMenu.tsx:119
↓ 1 callersFunctionrenderPieceList
(pieces: Array<string>)
src/components/rightMenu.tsx:194
↓ 1 callersFunctionrenderPieceSections
(sections: Array<string>)
src/components/rightMenu.tsx:107
↓ 1 callersFunctionsavePng
( svgEl: HTMLElement, name: string, scaleVector: number )
src/utils/save.tsx:13
↓ 1 callersFunctionsaveSvg
(svgEl: HTMLElement, name: string)
src/utils/save.tsx:3
↓ 1 callersFunctionupdateFlipDirection
()
src/components/leftMenu.tsx:92
↓ 1 callersFunctionupdateSection
(section: SectionValues)
src/components/rightMenu.tsx:79
FunctionCircularSlider
({ label = 'ANGLE', width = 280, direction = 1, min = 0, max = 360,
src/components/circularSlider/index.jsx:78
FunctionColorModal
({ type, })
src/components/colorModal.tsx:8
FunctionColorWheel
({ color, target, type })
src/components/colorWheel.tsx:12
FunctionFooter
()
src/components/footer.tsx:3
FunctionGradientBuilder
({ type })
src/components/gradientBuilder.tsx:14
FunctionKnob
({ isDragging, knobPosition, knobColor, knobRadius = 12, knobSize = 36, onMouseDown, trackSize, childr
src/components/circularSlider/knob.jsx:3
FunctionLabels
({ labelColor, labelBottom, labelFontSize, valueFontSize, appendToValue, prependToValue, verticalOffset
src/components/circularSlider/labels.jsx:3
FunctionLeftMenu
()
src/components/leftMenu.tsx:53
FunctionPeepsGenerator
()
src/components/App.tsx:23
FunctionProvider
({ children })
src/utils/contextProvider.tsx:129
FunctionRightMenu
()
src/components/rightMenu.tsx:10
FunctionSvg
({ width, label, direction, strokeDasharray, strokeDashoffset,
src/components/circularSlider/svg.jsx:3
FunctioneventListener
src/components/circularSlider/useEventListener.jsx:22
FunctionhandleColorChange
(color: ColorResult)
src/components/colorModal.tsx:48
FunctionhandleDrawerButtonClick
()
src/components/leftMenu.tsx:188
FunctionhandleFlipButtonClick
()
src/components/leftMenu.tsx:181
FunctionhandleKeyDown
({ nativeEvent }: React.KeyboardEvent)
src/components/App.tsx:67
FunctionhandleKeyUp
()
src/components/App.tsx:77
FunctionhandleModalClose
()
src/components/App.tsx:108
FunctionhandleMouseEnter
()
src/components/App.tsx:51
FunctionhandleMouseLeave
()
src/components/App.tsx:55
FunctionhandleMouseWheel
({ nativeEvent }: React.WheelEvent)
src/components/App.tsx:84
FunctionhandleRotateDegreeChange
(degree: number)
src/components/leftMenu.tsx:174
FunctionhandleScaleChange
(vector: number | number[])
src/components/leftMenu.tsx:163
FunctionhandleScaleMouseWheel
({ nativeEvent }: React.WheelEvent)
src/components/leftMenu.tsx:170
FunctionisBustPose
(pose: any)
src/utils/viewbox.tsx:16
FunctiononMouseDown
()
src/components/circularSlider/index.jsx:159
FunctiononMouseUp
()
src/components/circularSlider/index.jsx:168
Functionreducer
(state, action)
src/components/circularSlider/reducer.jsx:1
Functionreducer
(state: any, action: any)
src/utils/contextProvider.tsx:32