Skip to content
On this page

Meta

An Object which contains all the meta information

Example Usage

js
theme: SoftUI({
    meta: {
        author: "PlainDevelopment",
        owner: "iMidnights",
        description: "SOFT-UI. An awesome theme for discord-dashboard created by Plain and iMidnight!",
        ogLocale: "en_US",
        ogTitle: "Soft-UI",
        ogImage: "/img/soft-ui.webp",
        ogType: "Theme",
        ogUrl: "https://google.com",
        ogSiteName: "Soft-UI Theme",
        ogDescription: "SOFT-UI. An awesome theme for discord-dashboard created by Plain and iMidnight!",
        twitterTitle: "Soft-UI Theme",
        twitterDescription: "SOFT-UI. An awesome theme for discord-dashboard created by Plain and iMidnight!",
        twitterDomain: "https://twitter.com/plainstuff",
        twitterUrl: "https://twitter.com/plainstuff",
        twitterCard: "summary_large_image",
        twitterSite: "https://twitter.com/iMidnight4",
        twitterSiteId: "https://twitter.com/plainstuff",
        twitterCreator: "69",
        twitterCreatorId: "420",
        twitterImage: "/img/soft-ui.webp"
    }
})

Properties

Types

I had to create a file for every single one 😭

Released under the MIT License.