It's not clear for the odcs exactly what the API is. Looking at the source, there's no need to call it with new. Also, each method seems to just take a single args argument, not multiple arguments as the readme implies.
It's not clear what the purpose of having an instance of a monocle is rather than just making the two methods directly attach to exports. Why would I want multiple separate monocles?
It should specify exactly what internal API is used on what platform somewhere in the readme.
It's not clear for the odcs exactly what the API is. Looking at the source, there's no need to call it with
new
. Also, each method seems to just take a singleargs
argument, not multiple arguments as the readme implies.It's not clear what the purpose of having an instance of a
monocle
is rather than just making the two methods directly attach to exports. Why would I want multiple separate monocles?It should specify exactly what internal API is used on what platform somewhere in the readme.