Simen Eilevstjønn
Simen Eilevstjønn
If the `stopAt` attribute is present in a countdown instance, it will immediately stop. This is likely because the `shouldStop` method looks at the value of the clock face, which...
When the countdown starts, it briefly shows the remaining time, then resets, and starts counting upwards from 0.
This adds the ability to scale the clock responsively. In the clock init you can add `responsiveScale: scale` where scale is the amount of scaling you'd like on a 1920*1080...
The galvanic cell drawer assumes there exists a font called "arial.ttf". This is the case on Windows, but not on Linux or Mac, leading to an OSError when attempting to...