Skip to content

Commit e2a8f7d

Browse files
authored
Fix fontPath URL in figlet defaults
1 parent d505845 commit e2a8f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/ascii-text-drawer/ascii-text-drawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const output = ref('');
99
const errored = ref(false);
1010
const processing = ref(false);
1111
12-
figlet.defaults({ fontPath: '//unpkg.com/figlet@1.6.0/fonts/' });
12+
figlet.defaults({ fontPath: '//unpkg.com/figlet@1.6.0/fonts' });
1313
1414
watchEffect(async () => {
1515
processing.value = true;

0 commit comments

Comments
 (0)