electron-color-picker icon indicating copy to clipboard operation
electron-color-picker copied to clipboard

Pick color from Desktop, suitable for use with Electron.

Results 9 electron-color-picker issues
Sort by recently updated
recently updated
newest added

Should this work on arm64 Macs? I am unable to notarize my Electron app for macOS when I build for arm64. I am curious if maybe this is incompatible?

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Bumps [electron](https://github.com/electron/electron) from 7.1.4 to 7.2.4. Release notes Sourced from electron's releases. electron v7.2.4 Release Notes for v7.2.4 Fixes Fixed Promise timeout issue when running Electron as Node. #23324 Fixed...

dependencies

For example, if you create a div and give it a background-color of `#123251` it will get the color as `#133251` etc. This doesn't always happen, so I am not...

Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1. Commits 6d19489 Mark release 7.1.1 793c0e5 More rigorously check surrogate pairs in regexp validator b5c1787 Fix incorrect comment in regexp parser 12ae8fe Parameterize dummy...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1. Commits 6d19489 Mark release 7.1.1 793c0e5 More rigorously check surrogate pairs in regexp validator b5c1787 Fix incorrect comment in regexp parser 12ae8fe Parameterize dummy...

dependencies

``` > electron-color-picker-example@ start /Users/~/Downloads/…/electron-color-picker/example > electron ./main.js [main:ipc-task:color-picker] start [main:ipc-task:color-picker] done { result: undefined, error: { Error: spawn /Users/~/Downloads/…/electron-color-picker/example/node_modules/electron-color-picker/library/darwin/mockingbot-color-picker.app/Contents/MacOS/ColorPicker EACCES at Process.ChildProcess._handle.onexit (internal/child_process.js:246:19) at onErrorNT (internal/child_process.js:429:16) at processTicksAndRejections (internal/process/task_queues.js:81:17)...

Hello, Is it possible to get access to the OSX/Windows native pickers source code? I would like to add additional features, like keyboard navigation, and see if this is possible...