voyager
voyager copied to clipboard
Embedding - README instructions are out of date / incorrect
Please:
- [x] 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-sassandfont-awesome. -
The
styles.cssdoesn'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.