From 298804fcf1763ad300c0a215e36e1d0162f837eb Mon Sep 17 00:00:00 2001 From: Kim T Date: Fri, 9 Feb 2024 22:00:00 -0800 Subject: [PATCH] Prototype embedding sfz web player --- pages/_app.tsx | 9 ++++ .../[userId]/[repoId]/[pluginId].tsx | 43 ++++++++++++++++++ public/images/sfz-player.png | Bin 0 -> 10171 bytes styles/global.css | 18 ++++++++ styles/plugin.module.css | 9 ++++ 5 files changed, 79 insertions(+) create mode 100644 public/images/sfz-player.png diff --git a/pages/_app.tsx b/pages/_app.tsx index 057fa02e..f92c4984 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -38,6 +38,15 @@ const App = ({ Component, pageProps }: AppProps) => { `, }} /> + +