// Summary: // Render a score in SVG and convert it to a PDF. Saved in `output/score.pdf`. // Run: // node pdf-svg.js // Status: // BROKEN // VexFlow 5 broke this demo because the paths are no longer draw into the SVG context. // Instead of JSDOM, we'll probably need to use Puppeteer or Playwright (https://playwright.dev/docs/api/class-playwright).