mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
Format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import code from '@content/Animations/MetallicPaint/MetallicPaint.vue?raw'
|
||||
import utility from '@content/Animations/MetallicPaint/parseImage.ts?raw'
|
||||
import type { CodeObject } from '../../../types/code'
|
||||
import code from '@content/Animations/MetallicPaint/MetallicPaint.vue?raw';
|
||||
import utility from '@content/Animations/MetallicPaint/parseImage.ts?raw';
|
||||
import type { CodeObject } from '../../../types/code';
|
||||
|
||||
export const metallicPaint: CodeObject = {
|
||||
cli: `npx jsrepo add https://vue-bits.dev/ui/Animations/MetallicPaint`,
|
||||
@@ -44,4 +44,4 @@ import { ref, onMounted } from 'vue';
|
||||
</script>`,
|
||||
code,
|
||||
utility
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import code from "@content/Backgrounds/GridMotion/GridMotion.vue?raw";
|
||||
import type { CodeObject } from "../../../types/code";
|
||||
import code from '@content/Backgrounds/GridMotion/GridMotion.vue?raw';
|
||||
import type { CodeObject } from '../../../types/code';
|
||||
|
||||
export const gridMotion: CodeObject = {
|
||||
cli: `npx jsrepo add https://vue-bits.dev/ui/Backgrounds/GridMotion`,
|
||||
@@ -17,5 +17,5 @@ export const gridMotion: CodeObject = {
|
||||
const numberOfImages = 30;
|
||||
const images = Array.from({ length: numberOfImages }, () => imageUrl);
|
||||
</script>`,
|
||||
code,
|
||||
code
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user