MCPcopy Create free account
hub / github.com/NV404/gova / frameModifier

Struct frameModifier

modifier.go:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type frameModifier struct {
38 width, height float32
39 minWidth, minHeight float32
40 maxWidth, maxHeight float32
41}
42
43type shadowModifier struct {
44 color any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected