hyper-cat
hyper-cat copied to clipboard
doesent work with hyper 3
The plugin fails to load the config, i tried to fix it but couldn't get the config to work properly. I did found a workaround to get this to run.
Just change this line in index.js
config = Object.assign(config, electron.remote.app.config.getConfig().hyperCat);
To something like this
config = Object.assign(config, { staggerHeight: 2, rainbowMaxAlpha: 1, audioEnabled: false, videoEnabled: "whileTyping", });
Not an optimal solution, but it's something.