ExtendScript / extendscript-modules

ExtendScript modules hosted on NPM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add init function

GitBruno opened this issue · comments

At the moment everything is loaded manually by the user:

var module = Sky.getModule("module");

This is great for modules and utilities but patches should not be loaded like this. Therefore it might be good to add a init function so Sky can load patches automatically.