Fix ASCII 3D
Some checks failed
ci / ci (push) Successful in 5m38s
E2E tests / test (1/3) (push) Failing after 2m49s
E2E tests / test (2/3) (push) Failing after 2m17s
E2E tests / test (3/3) (push) Failing after 2m20s
Docker nightly release / Check latest commit (push) Successful in 6s
Docker nightly release / ci (push) Successful in 5m12s
Docker nightly release / build (push) Failing after 1m32s

This commit is contained in:
blove 2025-07-23 10:33:18 +10:00
parent 07eea0f484
commit 618070c379

View File

@ -9,7 +9,7 @@ const output = ref('');
const errored = ref(false); const errored = ref(false);
const processing = ref(false); const processing = ref(false);
figlet.defaults({ fontPath: '//unpkg.com/figlet@1.6.0/fonts/' }); figlet.defaults({ fontPath: '//unpkg.com/figlet@1.8.2/fonts' });
watchEffect(async () => { watchEffect(async () => {
processing.value = true; processing.value = true;