Swiss inspired train station clocks.
seconds
: Show seconds. (0-1) Default: 1real
: Show real time. (0-1) Default: 1time
: Start time. Default: (millis) Date.now()background
: Background color. (css) Default: blackmargin
: Margin. Default: (css) 4emwait
: Wait delay. Default: (seconds) 1.5
Listen to the message
event
Example:
window.addEventListener("message", (event) => console.log(event.data));