No output is produced by SVG renderer when used with Node.js #1854
Labels
area-documentation
Related to documentation and sample code
platform-javascript
Related to the JavaScript version of alphaTab
state-accepted
This is a valid topic to work on.
state-no-bug
The reported problem is not a bug in alphaTab.
type-question ❓
Is there an existing issue for this?
Current Behavior
Using the low level APIs to render a Guitar Pro tab in Node doesn't produce any output. No error is being logged either.
Expected Behavior
The renderer should output some SVG markup.
Steps To Reproduce
This is the code I used, it's directly taken from the official guide on how to use alphaTab in Node.js:
Test code
When running this I can see some data being logged from the score object, so it's being imported correctly, but then nothing get rendered.
Output
Link to jsFiddle, CodePen, Project
No response
Found in Version
1.3
Platform
Node.js
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: