WonderAnimator

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2022 License: MIT Imports: 12 Imported by: 0

README

Wonder Animator

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WonderAnimator

func WonderAnimator() *wonderAnimator

Types

type InputObject

type InputObject struct {
	Width           int          `json:"width" mapstructure:"width"`
	Height          int          `json:"height" mapstructure:"height"`
	Duration        float32      `json:"duration" mapstructure:"duration"`
	Blocks          *[]dto.Block `json:"blocks" mapstructure:"blocks"`
	FPS             *int         `json:"fps" mapstructure:"fps"`
	BackgroundImage *string      `json:"backgroundImage" mapstructure:"backgroundImage"`
	BackgroundColor *string      `json:"backgroundColor" mapstructure:"backgroundColor"`
}

func (*InputObject) GetFPS

func (i *InputObject) GetFPS() int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL