Documentation ¶
Index ¶
- Constants
- Variables
- func NewAnimator(ctx context.Context, animation Animation, initial image.Image, fps int, ...) *taro.Program
- func NewStory(ctx context.Context, creator Creator) *taro.Program
- type Animation
- type Animator
- type Collapse
- type Conway
- type Creator
- type Cyform
- type Markdown
- type Midjo
- type Option
- type Story
Constants ¶
View Source
const (
TICKS_PER_SECOND = 10
)
Variables ¶
View Source
var Animations = map[string]Creator{}
View Source
var EXAMPLE_MD string
Functions ¶
func NewAnimator ¶
Types ¶
type Animation ¶
func RandomAnimation ¶ added in v0.1.6
func RandomAnimation() Animation
type Animator ¶
type Animator struct {
// contains filtered or unexported fields
}
type Markdown ¶ added in v0.1.6
type Markdown struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.