# Loading JS libraries Since `v0.7.27` scittle allows to load libraries from the global enviroment. This means you can load a library in a ` ``` ## ES modules The async nature of ES modules makes them a litte bit more difficult to work with in scittle. You need to disable automatic evaluation of script tags first using `scittle.core.disable_auto_eval()`. In a `module` type ` ```