Tony Brix

Results 617 comments of Tony Brix

Your best bet is to use a different tool. You can still extend marked the way I show above but using regex to add the label in every situation would...

@YashasviChaurasia sounds good 👍 you can take it on.

https://github.com/markedjs/marked/blob/master/docs/USING_PRO.md#markeduse

@DLiblik `marked.getDefaults()` will always return the default options object. You can reset marked with `marked.setOptions(marked.getDefaults())`. This is something we have tried changing before with people complaining. It would be great...

Yes it looks like the umd file is compiled before the version is bumped. We will have to figure out a way to get the next version from semantic release...

Sounds like your canvas size does not match your canvas css size.

@owzim this library tries to focus on the drawing of the signature. It is a library not a component which is why you pass the canvas into it instead of...

Unfortunately I don't have an iPhone to test this on. It seems to work fine on Android. If anyone has the ability to test this and find a fix please...

it seems like the move events aren't being triggered. If this is something the browser does for privacy I don't think there is anything we can do to fix it....