()
| 125 | } |
| 126 | |
| 127 | const clear = () => { |
| 128 | imageContainer.innerHTML = "" |
| 129 | |
| 130 | Object.entries(initialState()).forEach(([key, value]) => state[key] = value) |
| 131 | |
| 132 | stopGrabbing() |
| 133 | } |
| 134 | |
| 135 | const close = () => { |
| 136 | clear() |
no test coverage detected