Skip to content

Commit 9876125

Browse files
authoredMar 25, 2021
Add figures for musical notes (#61)
1 parent b91f16c commit 9876125

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
 

‎index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ declare const figureSet: {
3838
readonly smiley: string;
3939
readonly mustache: string;
4040
readonly heart: string;
41+
readonly musicNote: string;
42+
readonly musicNoteBeamed: string;
4143
readonly nodejs: string;
4244
readonly arrowUp: string;
4345
readonly arrowDown: string;

‎index.js

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ const common = {
1717
triangleRightSmall: '▸',
1818
home: '⌂',
1919
heart: '♥',
20+
musicNote: '♪',
21+
musicNoteBeamed: '♫',
2022
arrowUp: '↑',
2123
arrowDown: '↓',
2224
arrowLeft: '←',

‎readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ Symbols to use when running on Windows.
102102
| smiley |||
103103
| mustache || ┌─┐ |
104104
| heart |||
105+
| musicNote |||
106+
| musicNoteBeamed |||
105107
| nodejs |||
106108
| arrowUp |||
107109
| arrowDown |||

0 commit comments

Comments
 (0)
Please sign in to comment.