How to display .gp5 file (sheet music file) on web page

the data in the score section of
from a .gp5 (a sheet music file format) file.
can you tell me how the sheet music section of this website is implemented?

Mar.04,2021

the browser needs to parse the data in gp5, and then draw a sheet music chart based on the data inside. I took a look at it and found that it was drawn with canvas

.
Menu