This is the API Sensei uses for it's image manipulation commands.
You will need NodeJS to run this API server. After you install NodeJS, open your CMD, cd to the place you would like to download the package and use npm install sensei-image-api
to install it.
After you installed it create a JS file (you can call it howerer you like) and do the following to run the server:
const image_api = require('sensei-image-api');
// This next line will run the server
new image_api(/* port number here, if none is specified the server will run on port 60 */).start();
I know it's very unorganized, don't worry tho, I'm planning to split it in modules, for easier use and stuff. ✓
Make it a class so it's easier for people to just run it && publish to npm ✓