0.0.2 • Published 6 years ago
@nhl/colors v0.0.2
NHL Team Colors
List of colors for teams currently active in the NHL
Install
npm install @nhl/colors
# OR
yarn add @nhl/colors
Usage
The teams are named exports of the team name, spaces removed, lowercase only
Only the primary and secondary array index 0 & 1 are guaranteed. Some teams have more colors on their palette than others.
import { sharks } from "@nhl/colors"
const [primary, secondary, tertiary] = sharks
console.log(primary, secondary, tertiary)
// Prints: #006D75 #EA7200 #000000
License
Licensed under the MIT License
NHL and the NHL Shield are registered trademarks of the National Hockey League. NHL and NHL team marks are the property of the NHL and its teams. © NHL 2019. All Rights Reserved.
0.0.2
6 years ago
0.0.2-rc.9f0464b
6 years ago
0.0.0-7361fff
6 years ago
0.0.0-f34dde1
6 years ago
0.0.0-3ec450c
6 years ago
0.0.2-rc.b4495d1
6 years ago
0.0.0-f264664
6 years ago
0.0.1
6 years ago
0.0.0
6 years ago
1.0.0
6 years ago