Guess the current terminal emulator
npm install guess-terminal> Guess the current terminal emulator program
```
npm install guess-terminal
`js
const {guessTerminal} = require('guess-terminal');
switch (guessTerminal()) {
case 'iterm2':
case 'hyper':
console.log('Supports images');
case 'terminal':
default:
console.log('No image support');
}
`
Copyright 2017. guess-terminal is released under the MIT license.
``
yarn
yarn test --watch
```
yarn test
yarn build
yarn publish