Hello! Love this library - we use it on the home page of Exercism and I'm currently adding it to Kaido too 🙂
I'd like to make the lines slightly less rough, and was wondering if you'd be interested in a PR that allows consumers to vary the roughness option via the options hash? ie make this configurable:
|
roughness: type === 'highlight' ? 3 : 1.5, |
Thanks! :)
Hello! Love this library - we use it on the home page of Exercism and I'm currently adding it to Kaido too 🙂
I'd like to make the lines slightly less rough, and was wondering if you'd be interested in a PR that allows consumers to vary the roughness option via the options hash? ie make this configurable:
rough-notation/src/render.ts
Line 11 in 668ba82
Thanks! :)