Update example

This commit is contained in:
Richie Bendall 2024-01-20 01:42:06 +13:00 committed by GitHub
parent 2db3c7701e
commit 8724c55118
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;