noahbaculi / guitar-tab-generator

Generate fingerstyle guitar tabs based on the difficulty of different finger positions
https://noahbaculi.com/guitartab
GNU General Public License v3.0
6 stars 0 forks source link

webserver #3

Open Dumnersm580 opened 2 months ago

Dumnersm580 commented 2 months ago

what would be the procces for adding a webserver to display the generated tabs as shown in the readme?

noahbaculi commented 2 months ago

Great question! A web demo that produced the readme screenshots is still live here and the computations run locally allowing for offline access. The source for the demo is public so feel free to explore the HTML and JS wrapper around WASM.

Dumnersm580 commented 2 months ago

thanks for the response