Skip to content

Commit

Permalink
Tweak example (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb committed Jan 19, 2024
1 parent 2db3c77 commit 386909e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rainbow.js
@@ -1,6 +1,6 @@
import {setTimeout as delay} from 'node:timers/promises';
import convertColor from 'color-convert';
import updateLog from 'log-update';
import delay from 'yoctodelay';
import chalk from '../source/index.js';

const ignoreChars = /[^!-~]/g;
Expand Down

0 comments on commit 386909e

Please sign in to comment.