Initial CoolSoup implementation
CoolSoup is a React + TypeScript + Vite application that generates visual patterns and converts them to audio through spectral synthesis. Features multiple image generators (Tixy expressions, geometric tiles, external APIs) and an advanced audio synthesis engine that treats images as spectrograms.
This commit is contained in:
6
public/favicon.svg
Normal file
6
public/favicon.svg
Normal file
@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||
<rect width="32" height="32" fill="#000"/>
|
||||
<rect x="4" y="4" width="24" height="24" fill="#fff"/>
|
||||
<rect x="8" y="8" width="16" height="16" fill="#000"/>
|
||||
<rect x="12" y="12" width="8" height="8" fill="#fff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 306 B |
Reference in New Issue
Block a user