You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it's not clear where RBush comes from. Is this a const RBush = require("rbush");? Or is it the older const rbush = require("rbush"); const RBush = rbush.RBush;? or....?
Can the readme be updated to include the missing, but crucial, loading code?
The text was updated successfully, but these errors were encountered:
The usage section currently reads:
But it's not clear where
RBush
comes from. Is this aconst RBush = require("rbush");
? Or is it the olderconst rbush = require("rbush"); const RBush = rbush.RBush;
? or....?Can the readme be updated to include the missing, but crucial, loading code?
The text was updated successfully, but these errors were encountered: