- Add the fuse-importer NPM package to your application.
- Add a small JavaScript snippet to open your Fuse importer.
Adding the NPM Package
- YARN
- NPM
- CDN
To add Fuse, do:To import it for use:
Launching an Importer
Theshow
function does exactly what it sounds like; it displays the importer. Ensure you have initialized the importer properly beforehand. Use this function like so:
- JavaScript (Simple)
- HTML + JS (Full)
- React
- Angular
- Vue