GDI+ library for Autohotkey supporting Objects
Ensure you have Node installed. Change to your directory
cd c:\your\directory
Install npm dependencies
npm install
and then run webpack to build to dist
folder
npm run webpack
This will run webpack with the -w
option (as specified in package.json
), which will watch all included .ahk
files for any change based upon the use of #Include
, and automatically rebuild to the dist
folder
The Gdip2 library uses webpack ahk-loader to watch and build files
You just need to run
npm test
This will run ahk-unit ./tests/tests.ahk
.
Any included file-change will cause a re-run of all tests