mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
feat: restructure mobile template for better layout and user guidance; remove unused emoji converter from home component
This commit is contained in:
parent
ed42dde9ba
commit
71aac20c36
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
<script setup lang="ts">
|
||||
import EmojiConvertor from "emoji-js";
|
||||
import { gsap } from "gsap";
|
||||
import { TextPlugin } from "gsap/TextPlugin";
|
||||
gsap.registerPlugin(TextPlugin);
|
||||
|
@ -16,8 +15,6 @@ const messages = [
|
|||
"BlindSpec",
|
||||
];
|
||||
|
||||
const emoji = new EmojiConvertor();
|
||||
|
||||
onMounted(() => {
|
||||
const tl = gsap.timeline({ repeat: -1 });
|
||||
messages.forEach((message) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue