Class

ContentGenerator

AIFeatures.ContentGenerator()

Content generation using AI-inspired algorithms

Constructor

# new ContentGenerator()

View Source utils/aiFeatures.js, line 414

Methods

# generateAnimationSequence(parameters) → {Object}

Generate animation sequence

Parameters:
Name Type Description
parameters Object

Generation parameters

View Source utils/aiFeatures.js, line 436

Generated animation sequence

Object

# generateColorPalette(baseColor, harmonyType) → {Array}

Generate harmonious color palette

Parameters:
Name Type Default Description
baseColor string

Base color in hex

harmonyType string complementary

Type of color harmony

View Source utils/aiFeatures.js, line 427

Generated color palette

Array