is there a way to wipe all progress?
Not directly from the game, no. However, if you are on desktop, you can right click inside the game -> select inspect -> go to Console tab.
Now write the following line and press enter:
allow pasting
and finally write and enter:
location.reload(); localStorage.clear();
The page should reload, and the game would reset. If it doesn't reset the duckets, just repeat it once again.