paulolc / scratch3-bridge

Javascript library to exchange data with Scratch 3 online projects using cloud variables
MIT License
10 stars 4 forks source link

ReferenceError: ScratchBridge is not defined #8

Open JustinsKittens opened 1 year ago

JustinsKittens commented 1 year ago

I followed the tutorial in READEME.md. However, when I run the code, I get an error: let msgrbridge = new ScratchBridge("user", "pass", projectId);

The error is: ReferenceError: ScratchBridge is not defined at Object.<anonymous> (/home/runner/Scratch-Bridge/index.js:2:18) at Module._compile (node:internal/modules/cjs/loader:1105:14)

My IDE is Replit My browser is Chrome My OS is ChromeOS