vue-color-gradient-picker
vue-color-gradient-picker copied to clipboard
Fixing issue #11 which caused a bug that whenever a user scrolls the color picker position got messed up. The reason for this issue was pageX and pageY being used...
Hi, Thanks for great library! I've noticed, that generated color style is missing closing bracket. For example: `onGradientChange(color) { console.log(color.style) },` logs: `linear-gradient(0deg,rgba(51, 26, 26, 1) 0%,rgba(255, 0, 0, 1)...
I need to get `activePointIndex` data in parent component. How can I get it?
On desktop everything is perfect. On mobile it works only if you select the points (tap), you can't drag the finger on the picker.
Thanks for the greatest product! When taking the coordinates of the current position of the mouse cursor, scrolling is not taken into account. Please tell me how you can fix...
is it possible to set a limit for the number of points a user can create for a gradient?
Hey! I'm currently writing a function in my Vue app which adds a preset functionality. The only thing I'm not able to add at this moment is to provide my...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...