add new background animation

This commit is contained in:
2023-11-04 15:37:09 +01:00
parent 5266a6e996
commit 22966cb7d5
6 changed files with 182 additions and 186 deletions

View File

@@ -43,10 +43,6 @@ app.get( '/showcase.js', ( req, res ) => {
res.sendFile( path.join( __dirname + '/client/showcase.js' ) );
} );
app.get( '/colorPaletteExtractor.js', ( req, res ) => {
res.sendFile( path.join( __dirname + '/client/colorPaletteExtractor.js' ) );
} );
app.get( '/showcase.css', ( req, res ) => {
res.sendFile( path.join( __dirname + '/client/showcase.css' ) );
} );