JSPM

hyper-toggle-transparency

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q23916F
  • License MIT

Toggle transparency of Hyper by ⌘-u/ctrl-u

Package Exports

  • hyper-toggle-transparency

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyper-toggle-transparency) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hyper-toggle-transparency

Toggle transparency of Hyper by ⌘-u/ctrl-u. This plug-in aimed to mimic the toggle transparency behavior of iTerm2.

Demo

Configuration

hyper-toggle-transparency can be configured in ~/.hyper.js configuration file within the config object:

module.exports = {
  config: {
    // ... other options
    hyperToggleTransparency: {
      opacity: 0.7,  // set transparency from 0.0 to 1.0
    },
    plugins: [
      'hyper-toggle-transparency'
    ]
  }
}