原文
            Sprinkle the scsynth audio engine onto any web page...
import { SuperSonic } from './dist/supersonic.js';const sonic = new SuperSonic();
await sonic.init();sonic.send('/notify', 1);
          Remember to set COOP/COEP headers — see README