1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-17 14:36:09 +02:00

add kaboom

This commit is contained in:
Kushagra Gour
2024-05-06 12:01:09 +05:30
parent f24285a5f0
commit 1c78c303e2
4 changed files with 28 additions and 0 deletions

View File

@@ -98,6 +98,11 @@ export const jsLibs = [
url: 'https://cdn.tailwindcss.com/3.4.3',
label: 'Tailwind 3',
type: 'js'
},
{
url: 'https://unpkg.com/kaboom@3000/dist/kaboom.js',
label: 'Kaboom',
type: 'js'
}
];
export const cssLibs = [