Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dropsnorz/bathroomataparty

An audio filter running in a browser extension to apply "but you are in a bathroom at a party" aesthetic effect.
https://github.com/dropsnorz/bathroomataparty

browser-extension filter webaudio

Last synced: about 1 month ago
JSON representation

An audio filter running in a browser extension to apply "but you are in a bathroom at a party" aesthetic effect.

Awesome Lists containing this project

README

        

BathroomAtAParty

A browser extension to apply *"but you are in a bathroom at a party"* aesthetic effect.

![screenshot](https://dropsnorz.com/projects/bathroom/bathroom-screen.png)

## Development setup

```sh
yarn install

# Run extension in firefox
yarn run dev:firefox

# Run the extension in chrome
yarn run dev:chrome

# Build extension files
yarn build

```