MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / initialState

Function initialState

ui/media/js/image-modal.js:66–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 )
65
66 const initialState = () => ({
67 previous: undefined,
68 next: undefined,
69
70 start: {
71 x: 0,
72 y: 0,
73 },
74
75 scroll: {
76 x: 0,
77 y: 0,
78 },
79 })
80
81 const state = initialState()
82

Callers 2

image-modal.jsFile · 0.85
clearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected