From 8724c55118bdffe256da9ad112840131faf8c752 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sat, 20 Jan 2024 01:42:06 +1300 Subject: [PATCH] Update example --- examples/rainbow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rainbow.js b/examples/rainbow.js index 71e3c37..1656ab5 100644 --- a/examples/rainbow.js +++ b/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;