scratchfoundation / scratchx

Scratch Extension Site
https://github.com/llk/scratchx
190 stars 121 forks source link

[question] How do I import external dependencies? #155

Closed mrmola closed 5 years ago

mrmola commented 5 years ago

I am trying to port brain.js to scratchx. How do I import it's dependencies, and how do I define variables imbetween scratchx blocks?

thisandagain commented 5 years ago

You will need to bundle the library in the extension itself as ScratchX does not support importing external dependencies.