docs: add blobity opensource license key

This commit is contained in:
braks
2022-09-15 11:24:35 +02:00
parent 7789d6e006
commit d1188887c9

View File

@@ -33,6 +33,7 @@ onMounted(() => {
onMounted(() => {
if (!breakpoints.isSmaller('md')) {
const blobity = new Blobity({
licenseKey: 'opensource',
color: dark.value ? '#ffffff' : '#000000',
invert: true,
zIndex: 0,