vbb-line-colors
April 16, 2021 · View on GitHub
Colors of VBB lines.
Installation
npm install vbb-line-colors
Usage
const lineColors = require('vbb-line-colors')
console.log(lineColors.subway.U6)
{fg: '#fff', bg: '#6f4e9c'}
Related
vbb-line-colour-points– combines this package with OSM line colors.
Contributing
If you have a question or need support using vbb-line-colors, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.