This issue is: - [ ] Bug report - [ ] Feature request - [x] Improvement ### Description I notice there's no export/import module for the class after I tried to code `new TextHighlighter(// some args)` ### Actual behaviour the module declaration/definition doesn't exist ### Expected behaviour the module is imported when write `new TextHighlighter(// some args)` ### Steps to reproduce 1. install using npm 2. try to write this code `new TextHighlighter(// dom element)` on your IDE / text editor