elm-playground
elm-playground copied to clipboard
`flip` transformation
I think the package could use a flipHorizontally/flipVertically pair of functions.
My use case is flipping an image (otherwise I'd need two versions of the same image, one normal and one flipped).
I hereby release the contents of the commit https://github.com/miniBill/elm-playground/commit/aa894224d69bd12c0335dd7cdfa619ff1e908b68 under the license CC0, or at your choice, MIT
i would suggest instead of flip - add scaleX and scaleY - that can solve that problem, and add more functionality, and flipHorizontally - would be just alias to scaleX -1