Skip to content

HackerWacker776/extensions

 
 

Repository files navigation

Unsandboxed Extensions for TurboWarp

https://extensions.turbowarp.org/

Local development

Set up a local HTTP server on http://localhost:8000/. The experiment will load extensions from there without the sandbox.

If you happen to have Python 3 installed, this is easy:

python3 -m http.server

If you install npm dependencies on your local clone, TypeScript aware editors such as Visual Studio Code will be able to give you smart autocomplete suggestions for most Scratch APIs. Note that these types are not 100% complete and are missing anything TurboWarp specific for now.

npm ci

See CONTRIBUTING.md for more about contributing.

About

Unsandboxed custom extensions for TurboWarp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • HTML 1.4%