jimmerzzz52 / shrine-exp

A workspace for gesture recognition. Some demos using javascript, python, and other items.
2 stars 0 forks source link

Gestures URL working with "," #13

Open jimmerzzz52 opened 3 months ago

jimmerzzz52 commented 3 months ago

We need the gesture url Localhost:3000?asl-a-z?asl_chars=ABCDEFHIKLMNOPQRSTUVWX to work with commas instead of a straight string parse

This is Javascript that parses the URL, and Pyscript that matches this to the lib. We need to also update the links on all pages.

jimmerzzz52 commented 3 months ago

We need the following URL to work: Localhost:3000?asl-a-z?asl_chars=A,B,C

the same as

Localhost:3000?asl-a-z?asl_chars=ABC

jimmerzzz52 commented 3 months ago

Here is another example of this not working Localhost:3000?asl-a-z?asl_chars=012345678910 And here is the "working" URL Localhost:3000?asl-a-z?asl_chars=0,1.,2,3,4,5,6,7,8,9,10