swarmcity / terminal-ts

Terminal implementation in TS
0 stars 0 forks source link

Resize the avatar so it fits in `localStorage` #35

Open filoozom opened 2 years ago

filoozom commented 2 years ago

When the avatar is too big, it can't be stored in localStorage. We should resize it so it fits, and ideally store it somewhere else in the long run.

Related: #33