AnimationWriterOpsHelper

class AnimationWriterOpsHelper[Format](frames: Stream[IO, Picture[Alg, F, A]])
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[Frame](file: String, frame: Frame)(implicit m: Monoid[A], w: AnimationWriter[Alg, F, Frame, Format], runtime: IORuntime): Unit
def apply[Frame](file: File, frame: Frame)(implicit m: Monoid[A], w: AnimationWriter[Alg, F, Frame, Format], runtime: IORuntime): Unit