mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 12:52:09 +01:00
12 lines
247 B
JavaScript
12 lines
247 B
JavaScript
const CONFIG = {
|
|
apiKey: "9811add4-5ee3-436d-ae9d-d98ff53a1f12",
|
|
remoteAppPort: 5899,
|
|
style: {
|
|
fontBackground: "rgba(19, 20, 33, 0.5)",
|
|
fontColor: "#ffffff",
|
|
fontSize: "70pt",
|
|
fontStrokeSize: "3px",
|
|
fontStrokeColor: "#000000",
|
|
},
|
|
};
|