https://github.com/yagiziskirik/screentypr
Transparent chat boxes for illustration purposes
https://github.com/yagiziskirik/screentypr
css electronjs html javascript nodejs streaming-tool tutorial twitch youtube
Last synced: 14 days ago
JSON representation
Transparent chat boxes for illustration purposes
- Host: GitHub
- URL: https://github.com/yagiziskirik/screentypr
- Owner: yagiziskirik
- License: mit
- Created: 2022-05-09T00:44:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T12:55:54.000Z (over 3 years ago)
- Last Synced: 2025-02-10T20:41:41.299Z (9 months ago)
- Topics: css, electronjs, html, javascript, nodejs, streaming-tool, tutorial, twitch, youtube
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ScreenTypr
  
ScreenTypr is a tool for interactive chatboxes for illustration purposes.

## Features
* Green screen for chroma keying.
* Transparent window for live streaming.
* Customisation
## Installation
* You can download the program from [here](https://github.com/yagiziskirik/ScreenTypr/releases).
## Usage
* You can type `!help` to show help window.
* `!color` toggles the chat color between blue and white.
* `!window` toggle window mode to "movable". You can move and resize the window while this mode is active.
* `!greenScreen` toggles green screen mode.
* `!sleepTime x` changes the chat box fade time. Default value is 10 seconds but you can change it to the value you like (for example, 15) this way: `!sleepTime 15`
* `!quit!` command closes the app.
## Compiling
Download [node.js](https://nodejs.org/en/) and `cd` into directory.
You can compile the app by
```sh
npm install
npm run make
```