Skip to content

feature request: export additional features to promote extension/usage #29

@troywweber7

Description

@troywweber7

At a minimum, I think it might be useful to just export the BlinkStick class. i.e.

blinkstick.js:

...
module.exports = {
   ...
   BlinkStick: BlinkStick
};
...

The cats meow would be to attach the finding functions as static functions on the class so they travel with any class that might extend your export, and then just export the class.

Just an idea! If I find some free time to implement this, I will submit a PR from my fork. Just have to find time...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions