Initial commit

This commit is contained in:
2026-06-10 11:48:40 +02:00
commit da7fc72e30
17 changed files with 4193 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Bubble Feedback
Standalone Glitch University component that shows bubbles as self-amplifying feedback loops: output becomes input, and each completed loop pushes the chart higher.
## Development
- `npm install`
- `npm run dev`
- `npm run build`
The component follows the Glitch Component contract and registers itself as `window.GlitchComponents["bubble-feedback"]` when loaded from the built IIFE bundle.