one-true-path-experiment icon indicating copy to clipboard operation
one-true-path-experiment copied to clipboard

Namespace package

Open gregziegan opened this issue 4 years ago • 1 comments

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

gregziegan avatar Sep 08 '21 16:09 gregziegan

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.

gampleman avatar Sep 19 '23 10:09 gampleman