Simulates MBTA VMS signs visually.
Works as a react component
// Can be used like a standard MBTA Sign, with two destinations, two countdown times, and a clock
<VMSSign dest1="Frst Hills" dest2="Oak Grove" time1="4 min" time2="11 min" clock="4:38" scale={1}/>
// Or if "text" is specified, it overrides it. Max 48 characters. (Multi-page messages later?)
<VMSSign text="This is a test. Will this work, Let us see." scale={3}/>
Node.js 18.x.x
React 18.x.x
Typescript 5.x.x
Python 3