mdgriffith/elm-bezier

Utilities for working with Bezier curves


License
BSD-3-Clause
Install
elm-package install mdgriffith/elm-bezier 1.0.0

Documentation

Elm Bezier

This package is for working with cubic Bezier curves and is specifically made as a dependency for Elm Animator.

A good amount of this code was borrowed from Elm Geometry, though the Bezier.Spring module is largely unique (though it was written with a considerable amount of help from Ian Mackenzie, for which I have very grateful!)