tsParticles - v0.0.0
    Preparing search index...

    The options to configure themes that can be easily switched [[include:Options/Themes.md]]

    interface ITheme {
        default: IThemeDefault;
        name: string;
        options?: RecursivePartial<IOptions>;
    }

    Implemented by

    Index

    Properties

    Properties

    default: IThemeDefault

    Options to set the default theme

    name: string

    Theme name, use it when changing theme

    All options the theme will override