Tweak example (#623)
This commit is contained in:
parent
2db3c7701e
commit
386909ee0b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
import {setTimeout as delay} from 'node:timers/promises';
|
||||||
import convertColor from 'color-convert';
|
import convertColor from 'color-convert';
|
||||||
import updateLog from 'log-update';
|
import updateLog from 'log-update';
|
||||||
import delay from 'yoctodelay';
|
|
||||||
import chalk from '../source/index.js';
|
import chalk from '../source/index.js';
|
||||||
|
|
||||||
const ignoreChars = /[^!-~]/g;
|
const ignoreChars = /[^!-~]/g;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue