chore: publish from main

This commit is contained in:
github-actions[bot]
2026-09-17 01:41:14 +00:00
parent ab929dd1de
commit 1e7c07a138
4 changed files with 6 additions and 10 deletions
-2
View File
@@ -261,8 +261,6 @@ function getHTML() {
es.addEventListener('color', (e) => {
const { color } = JSON.parse(e.data);
orb.style.setProperty('--orb-color', color);
orb.style.background = color;
orb.style.boxShadow = '0 0 60px ' + color + ', 0 0 120px ' + color + '66';
});
es.addEventListener('log', (e) => {
const { entries } = JSON.parse(e.data);