Embedding - README instructions are out of date / incorrect
happybeing opened this issue · 0 comments
happybeing commented
Please:
- Check for duplicate issues
The Embed Voyager instructions in the README need updating.
- The
const libVoyager = require('voyager');
may be incorrect as the import wasundefined
. When embedding in my Svelte test I successfully used:
import {Voyager, CreateVoyager} from 'datavoyager';
-
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.