I'm working on a JS widget which uses owl carousel and loaded on random sites which may or may not have existing owl carousel loaded.
Ideally it would use an existing owl if it exists or load my own if not.
What is the best practice to test for existing owl carousel and its version? Is it possible to load a parallel version for my own widgets only?