You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alexander Epolite edited this page Jan 6, 2024
·
1 revision
Setting up the API on your machine
Note: while this could run on Windows, it has not been tested. Please use WSL if you are on Windows.
Installing the dependencies
While the NodeJS project has zero dependencies (except for types), you need the ImageMagick package.
On Debian-based distros (such as Ubuntu), you can install it using:
apt install imagemagick
If you are on another distro, install it through your package manager. If you are unsure if you have the right package, run the command which convert. If there is an output (e.g. /usr/bin/convert), you're ready to continue!