Shuhei Iitsuka

Results 12 issues of Shuhei Iitsuka

Have you considered directly building a `DomFragment` instead of returning strings from your parser ? This would allow you to avoid unnecessary serialization/parsing/sanitization steps. Something like this: ```typescript // in...

enhancement

Making a path's commands accessible would be useful for users to apply some transformation to the path (e.g. move the entire path horizontally by adding offsets to `args`).