Skip to content
Snippets Groups Projects
Commit e368638f authored by David Trattnig's avatar David Trattnig
Browse files

Added configuration options.

parent 27f10dd0
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ import StudioClock from './StudioClock.svelte';
const clock = new StudioClock({
target: document.body,
props: {
stationName: "Radio Orange",
stationLogo: "https://o94.at/themes/custom/radio_orange/logo1.png",
stationLogoSize: "180px",
apiUrl: 'http://localhost:3333/api/v1/'
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment