module.exports.hide = function () {
  memory.domElement.style.display = 'none'
  stats.domElement.style.display = 'none'
}