Tino Koch
Tino Koch
`useEffect` is now exposed. So passing custom effects should work by creating an own component that uses the composable. The [Pixelation](https://github.com/Tresjs/post-processing/blob/main/src/core/effects/Pixelation.vue) component should be a good reference. @pilishen Let me...
> @Tinoooo agree, more than improve the docs, why don't we improve the DX and add some defaults so it's at least visible? I'm not sure about this. One the...
will be fixed in #123
Sorry for the extremely long delay. The dependencies will be updated in https://github.com/Tresjs/post-processing/pull/123
Deprecating the prop is not possible anymore as it already has no effect. I removed it in #838.
requires #1000 to be merged first
> Hi, @Tinoooo can you please merge the latest next to do the review? Thanks Yes. Done ✅
Unfortunately, you have to register the provider globally. So this is the way: ```js import * as monaco from 'monaco-editor' monaco.languages.registerCompletionItemProvider(...) ```
@userquin Is this PR still valid since we went back from submodules now?
@alvarosabu The prop doesn't work at all for me now. Should we remove it completely? Marking it deprecated would imply it still works.