* feat(commandsModule): Add `previousImage` and `nextImage` actions and commands
This change adds the keybindings for previousImage (down) and nextImage (up) to the default
configuration and adds the command and action necessary to support it. This pull request is
dependent upon https://github.com/cornerstonejs/cornerstoneTools/pull/1025 which exports the scroll
utility it uses.
* style(default.js): Switch tabs to spaces
* fix(commandsModule): import `scroll` through cornerstoneTools.import