A tool which automatically centers text for your Steam profile.
https://center.shellcode.team/
💖 User-friendly interface
✨ Editor can be used not only for centering text, because it is handy
💥 Two symbols used for text centering
⌚ Text centering precision displayed per line
🙌 Multiple centering modes
🐀 Vue.js, Sass, Webpack & Koa, Nightmare.js
🈹 Language translations
git clone https://github.com/alza54/steam-text-center-tool.git
npm install
or yarn
if you are using yarn & meet this error:
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
please use
yarn --ignore-engines
After that, create a .env
file and set the port, proxy URL, proxy login and password:
# Koa is listening on this port
PORT=8889
# Proxy for Nightmare.js to not expose server IP when for example images are passed
PROXYURL=192.168.1.1:1337
PROXYLOGIN=alza54
PROXYPASS=pass
Node.js support. You need to create a
.env
file as above.
Beacuse of using Koa2, Node.js >= v7.6.0
is needed.
npm run dev
&& npm run server
open browser: localhost:8080
npm run start
open browser: localhost:8889
- Prepare polish locales
- Prepare english locales
- Prepare german locales
- Prepare russian locales
- Experimental client-side text width calculation