module.exports.show = function () {
  memory.domElement.style.display = 'block'
  stats.domElement.style.display = 'block'
}