Versions in this module Expand all Collapse all v0 v0.0.2 Mar 17, 2022 v0.0.1 Nov 8, 2021 Changes in this version + func Convert(src, dst string, wait time.Duration) error — darwin/amd64, linux/amd64 + func Save(asciicast *Asciicast, path string) error — darwin/amd64, linux/amd64 + type Asciicast struct — darwin/amd64, linux/amd64 + Command string + Duration Duration + Env *Env + Height int + Stdout []Frame + Title string + Version int + Width int + type Duration float64 — darwin/amd64, linux/amd64 + func (d Duration) MarshalJSON() ([]byte, error) + type Env struct — darwin/amd64, linux/amd64 + Shell string + Term string + type Frame struct + Data []byte + Delay float64 + func (f *Frame) MarshalJSON() ([]byte, error) + func (f *Frame) UnmarshalJSON(data []byte) error + type Stream struct — darwin/amd64, linux/amd64 + Frames []Frame + func (s *Stream) Close() + func (s *Stream) Write(time int64, p []byte) (int, error)