feat(ambient-mode): add ambient-mode plugin

This commit is contained in:
Su-Yong
2023-10-04 20:28:14 +09:00
parent 110dbd3e18
commit 7479f2f697
6 changed files with 105 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#song-video canvas.html5-blur-canvas{
position: absolute;
left: 0;
top: 0;
filter: blur(100px);
}