Closed abeticlairon closed 4 years ago
Thank you for this library! I tried to instantiate a processor but I get the error Cannot call value of non-function type 'module<VideoOverlayProcessor>' when setting let process = VideoOverlayProcessor.....
Cannot call value of non-function type 'module<VideoOverlayProcessor>'
let process = VideoOverlayProcessor.....
Fixed it by manually adding the library to the project instead of using Cocoapdos
Thank you for this library! I tried to instantiate a processor but I get the error
Cannot call value of non-function type 'module<VideoOverlayProcessor>'
when settinglet process = VideoOverlayProcessor.....