Getting Started
Installation
Install our NPM package on your website.
You can install the importer using Yarn, NPM, or a CDN. Note that the benefit of the CDN is that you can automatically get updates as we release new versions of the importer.
YARN
NPM
CDN
If you are installing Fuse Importer in a React-based project, do:
yarn add fuse-importer
If your project does not have
yarn add fuse-importer react react-dom
To import the data importer, use:
import FuseImporter from "fuse-importer";