skulpt / skulpt

Skulpt is a Javascript implementation of the Python programming language
Other
3.34k stars 895 forks source link

`Sk.configure()` documentation #1308

Open r0levrai opened 3 years ago

r0levrai commented 3 years ago

Hi, I'm trying to understand the Sk.configure() parameters, but I think it's not documented on https://skulpt.org/docs/Sk.html and can't find the source either. Well, I found it in the compiled dist/skuplt.js file, but it is not commented. Maybe someone can point me to the actual source if it is documented, or quickly explain the parameters if it's not ? Thanks :)

s-cork commented 3 years ago

The source code for Sk.configure can be found here: https://github.com/skulpt/skulpt/blob/master/src/env.js