mockingbot / mb_colorpicker_desktop_native

3 stars 5 forks source link

mb_colorpicker_desktop_native

An color picker for Win and Mac with pure native platform API


使用说明

从2.0版本起,取色器运行时会同时从 stderr 和 stdout 输出信息

macOS平台

由于 macOS 在 10.15 版本后增加了屏幕捕获API的权限检测, 因此,若未经用户允许,直接运行取色器程序通常而言无法获得期望结果。 为了支持 macOS 的这一改动,取色器额外添加了两种功能模式:

Windows平台辅助说明


structure

the file:

build

if you have npm installed:

npm run build-win32
npm run build-darwin

or check scripts in ./package.json for command

electron test

first setup electron test with:

npm run electron-test-install

then run:

npm run electron-test-start