https://github.com/fac-12/Lex/blob/3f591db5c8a96556abc357c622929633afc5adf3/src/components/tamagotchi/SpriteCanvas.js#L40 If the `numberOfFrames` is always the same, is there need to pass it along in the switch? Why not just do `let numberOfFrames = 3` before the switch?