Tony Brix
Tony Brix
Thank you for the detailed issue! It looks like the issue is `$` in your matching regex. That will only match if the new lines are at the end of...
I see, the options object that you pass to the lexer is the full options object that is used. It does not get combined with the default options that contains...
We also just added the `hooks.provideParser` hook in v14.1.0 which should allow you to provide a parser that can return anything as an extension. This should allow something like: ```js...
Ya that sounds cool. The more people that can read the docs the better. Our docs are built with marked in https://github.com/markedjs/marked/tree/master/docs would we have a `cn` directory with the...
Maybe add something to the README like "Chinese translations by @minecraftfen"
What version of signature_pad?
It looks like the error is coming from vite. It seems like ssr might not support canvas.
Actually looks like it is angular ssr that doesn't do well with canvas https://github.com/angular/angular/issues/57182
This will have to be fixed in angular. There is nothing we can do in signature_pad to fix this error. The angular issue I linked to had a few suggestions...
Works for me. If you can provide the code that doesn't work I can try to help.