OguzhanUmutlu / jsautogui-archived

An implementation of pyautogui to node.js
MIT License
10 stars 1 forks source link

doesn't support mac and linux #1

Open jamninetyfive opened 1 year ago

jamninetyfive commented 1 year ago

doesn't support mac and linux ?

PyAutoGUI works on Windows, macOS, and Linux.

OguzhanUmutlu commented 1 year ago

Haven't checked. If you can I would be thankful! Try adding this after requiring the package.

autogui.options.extension = "sh";