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
I'm thinking something like:
const graphdoc = require('@2fd/graphdoc'); graphdoc(OUTPUT_PATH, CONFIG_OBJ);
Even loading the module in NPM using the method above, let alone using it, is causing errors for me.
The text was updated successfully, but these errors were encountered:
This tool does not have an API to use it from code, at least not yet. If you want to run it that way you can use child_process.exec
child_process.exec
Sorry, something went wrong.
No branches or pull requests
I'm thinking something like:
Even loading the module in NPM using the method above, let alone using it, is causing errors for me.
The text was updated successfully, but these errors were encountered: