#1370·Choices

Expose Fuse to be used independently

Author: rewrittenCreated Jan 18, 2026Updated May 25, 2026
Labelshelp wantedfeature requestgood first issue

Is your feature request related to a problem? Please describe. I am using ChoiceJS very happily, but I have long navigation menus and I wish I could use Fuse to filter the menus instead of installing another fuzzy match library.

Describe the solution you'd like With ChoicesJS loaded via npm or via CDN, provide a way to access Fuse, for example ChoiceJS.Fuse or import Fuse from "choicesjs/fuse".

Describe alternatives you've considered Install and use another library (or even Fuse itself, loaded again)