Sun Jun 27 2021 14:09:13 GMT+0000 (UTC)
Saved by @redflashcode
enum GestureDirection { Up = 'Up', Down = 'Down', Left = 'Left', Right = 'Right', UpRight = 'UpRight', UpLeft = 'UpLeft', DownRight = 'DownRight', DownLeft = 'DownLeft', }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments