How do I get a callback for when the composer is initialized as it seems to sometimes initialize a little bit after the context is created and I would like to add effects to it at runtime after it is initialized.
I was using ```NeedleEngine.addContextCreatedCallback(evt => {...```