import { mouseLocaion } from 'rubick-native';
setInterval(() => {
console.log(mouseLocaion());
}, 3000);
Bundling main process...
ERROR Failed to compile with 1 error 6:56:55 PM
error in ./node_modules/@miniben90/x-win-win32-x64-msvc/x-win.win32-x64-msvc.node
Module parse failed: Unexpected character '�' (1:2)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
安装了后获取鼠标位置
然后运行electron:serve,出现错误