one-true-path-experiment
one-true-path-experiment copied to clipboard
Namespace package
Hi! This package is very useful, but conflicts with elm-pages's Path module. I'm not sure of the best way to namespace this package, but Svg felt natural. #5 also seems to point out conflicts
Description
rename:
Curve => Svg.Curve
Path => Svg.Path
SubPath => Svg.SubPath
Segment => Svg.Segment
May I point you to https://github.com/hayleigh-dot-dev/elm-package-prefixer? That's generally a great way to solve this problem for your specific combination of packages without needless wrapping for everyone else.