Added back eyedropper

This commit is contained in:
unsettledgames
2021-11-01 11:33:18 +01:00
parent d034bbc659
commit 32fb4ca943
9 changed files with 129 additions and 15 deletions

View File

@@ -444,6 +444,6 @@ const ColorModule = (() => {
resetPalette,
createColorPalette,
createPaletteFromLayers,
updateCurrentColor
updateCurrentColor,
}
})();