We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please:
The Embed Voyager instructions in the README need updating.
const libVoyager = require('voyager');
undefined
import {Voyager, CreateVoyager} from 'datavoyager';
When embedding there are a number of missing dependencies including node-sass and font-awesome.
node-sass
font-awesome
The styles.css doesn't appear to be present in the voyager repo, so I copied it from voyager/node_modules/datavoyager/dist.
styles.css
voyager/node_modules/datavoyager/dist
Voyager is great, thank you very much. Hope the above helps.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please:
The Embed Voyager instructions in the README need updating.
const libVoyager = require('voyager');
may be incorrect as the import wasundefined
. When embedding in my Svelte test I successfully used:When embedding there are a number of missing dependencies including
node-sass
andfont-awesome
.The
styles.css
doesn't appear to be present in the voyager repo, so I copied it fromvoyager/node_modules/datavoyager/dist
.Voyager is great, thank you very much. Hope the above helps.
The text was updated successfully, but these errors were encountered: