A small TypeScript server that generates Testausserveri project logos as SVG or PNG.
Install dependencies and start the development server:
npm install
npm run devOpen http://localhost:3000 in a browser.
/<text>returns an SVG logo./<text>.png,/<text>.jpg, or/<text>.jpegreturns a PNG logo.- Requests from Discord's crawler also receive PNG data.
Set PORT and HOST to change the default 3000 and 0.0.0.0 listener
values. For production, run:
npm start