Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Star shape throws a TypeError with links preset #110

@kodie

Description

@kodie

I have tsParticles working fine with the "links" preset, but when I add the star shape as per the instructions, it throws an error and nothing works.

Error:

tsparticles.shape.star.min.js?ver=3.7.1:2 Uncaught (in promise) TypeError: (0 , a.assertValidVersion) is not a function
    at c (tsparticles.shape.star.min.js?ver=3.7.1:2:1371)
    at scripts.js?ver=1737032405:19:7

Config:

{
    id: 'home-hero-background',
    options: {
      fullScreen: false,
      interactivity: {
        detectsOn: 'window'
      },
      particles: {
        color: '#ffffff',
        links: {
          color: '#b5e2fc'
        },
        shape: {
          type: 'star'
        },
        size: {
          value: 20,
        },
      },
      preset: 'links'
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions