0.3.0 • Published 2 years ago

cromatica v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

cromatica

A small library that defines a color scheme for the 12 musical notes in the chromatic scale.

I created this scheme to color the notes on the fretboard diagrams displayed on ukealong.com. For an example see the Ukulele Chord Detector tool.

Installation

npm install cromatica

Usage

import { noteColor } from 'cromatica';

const color = noteColor('C');