antfu / drauu

Headless SVG-based drawboard in browser.
https://drauu.netlify.app/
MIT License
1.2k stars 64 forks source link

feat(stylus): publicly expose points and getSvgData #29

Closed haykkh closed 1 year ago

haykkh commented 1 year ago

Description

Linked Issues

Fixes #28

Additional context

haykkh commented 1 year ago

I was under the impression that the draw tool also uses a stroke but it seems like that also has an outline created for the path? If so let's also expose its points and methods used to generate the outline?