0.0.4 • Published 1 year ago

open-brands v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Open Brands

A list of brands with their respective logos and colors. A package to easily include these in any project.

Go through the list, or use any of the functions.

Find all available logos on open-brands.org

Installation

npm install open-brands

Helpers

const silBrandData = getBrand('Sil');

// Result

const silBrandData = {
    name: "sil",
    title: "Sil",
    description: "A description of the brand",
    color: ['#000000','#FFFFFFF','#2325af'],
    urls: {
        default: 'sil.svg',
        icon: 'sil_icon.svg',
        wordmark: 'sil_wordmark',
        normal: 'sil.svg'
    },
    data: {
        default: '<svg .... /svg>',
        icon:  '<svg .... /svg>',
        wordmark:  '<svg .... /svg>',
        normal:  '<svg .... /svg>',
    }
}
0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago