Explorar el Código

chore: downgrade vexflow to 1.2.93 again (#706)

there are still a few critical issues with the Vexflow 3x versions, see #706.
vexflow 1.2.93 has better measure layouting for measures with half notes.
also, there is no overlap of notes into the next measure.

tabs look better with 1.2.93 as well.
sschmid hace 5 años
padre
commit
4529138849
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -66,7 +66,7 @@
     "loglevel": "^1.6.8",
     "svg2pdf.js": "^1.5.0",
     "typescript-collections": "^1.3.3",
-    "vexflow": "3.0.4"
+    "vexflow": "1.2.93"
   },
   "devDependencies": {
     "@types/chai": "^4.2.11",