Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dropsnorz/bathroomataparty
- Owner: DropSnorz
- Created: 2020-08-25T21:00:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T22:40:15.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:50:00.386Z (3 months ago)
- Topics: browser-extension, filter, webaudio
- Language: JavaScript
- Homepage:
- Size: 3.47 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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```