-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
I don't know how else I can describe it but circle looks like a low quality image. What am I doing wrong?
That's how I use it.
<CountdownCircleTimer
key={timerKey}
isPlaying={isPlaying}
duration={1500}
initialRemainingTime={remTime}
colors={['#004777', '#F7B801', '#A30000', '#A30000']}
colorsTime={[7, 5, 2, 0]}
onUpdate={(remainingTime: number) => {
setRemainingTime(remainingTime)
}}
>
{children}
</CountdownCircleTimer>
Metadata
Metadata
Assignees
Labels
No labels