## Documentation You can see below the API reference of this module. ### `BNotify(options)` Opens a new notification window. #### Params - **Object** `options`: An object containing the following fields: - `title` (String): The notification title. - `description` (String): The notification description. - `duration` (Number): The notification duration. - `icon` (String): The notification icon.