An experimental macro interpretation module written in Node.
Important Notice:
:construction: This Module is still in development stage and not intended for public usage yet! :construction:
The goal of this project is to build a self-written macro interpretation module, similar (but by far not that feature rich) to the Macro Module of Razer Synapse.
This module offers both, a command-line interface and a library module, so you can either use this project right out of the box or extend it by using the exposed Api.
Build Requirements:
Note: This project is able to compile cross-platform, however it's mainly tested on Windows!
To build the project run:
yarn build
To build a native executable run:
// Windows
yarn build:native:win
// Mac
yarn build:native:mac
// Linux
yarn build:native:linux
TODO: This is still work in progress...
Copyright (c) 2018 - 2020 - PDDStudio & Contributors - MIT Licensed