import ComponentLibrary
import SwiftUI

public struct BlendedCreateAuraView: View {
    public var body: some View {
        AuraShaderView(
            id: "blended_create",
            colorSet: .custom(
                .custom(1.0846897, 0.07778742, 0.4651054),
                .custom(1.0, 0.28235295, 0.16078432),
                .custom(1.0, 0.69803923, 0.003921569)
            ),
            morphSpeed: 0.05,
            scale: 0.820,
            seed: 2.000
        )
    }
}
