File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 "@regle/core" : " ^1.19.13" ,
1818 "@regle/nuxt" : " ^1.19.13" ,
1919 "@regle/rules" : " ^1.19.13" ,
20- "@takumi-rs/core " : " ^0.69 .2" ,
20+ "@resvg/resvg-js " : " ^2.6 .2" ,
2121 "@vueuse/integrations" : " ^14.2.1" ,
2222 "arktype" : " ^2.1.29" ,
2323 "dayjs" : " ^1.11.19" ,
3030 },
3131 "devDependencies" : {
3232 "@iconify-json/tabler" : " ^1.2.27" ,
33- "@takumi-rs/ wasm" : " ^0.69 .2" ,
33+ "@resvg/resvg- wasm" : " ^2.6 .2" ,
3434 "@unocss/nuxt" : " ^66.6.0" ,
3535 "@vueuse/core" : " ^14.2.1" ,
3636 "@vueuse/nuxt" : " ^14.2.1" ,
37- "nuxt-og-image" : " 6.0.0-beta.41 " ,
37+ "nuxt-og-image" : " 6.0.0-beta.42 " ,
3838 "oxlint" : " ^1.50.0" ,
3939 "oxlint-tsgolint" : " ^0.14.2" ,
40+ "satori" : " ^0.19.2" ,
4041 "unocss" : " ^66.6.0" ,
4142 "wrangler" : " ^4.69.0"
4243 }
Original file line number Diff line number Diff line change @@ -9,16 +9,12 @@ defineProps<Props>();
99
1010<template >
1111 <div class =" relative h-full w-full overflow-hidden" >
12- <img src =" /og_template.png" alt =" og" class =" absolute z-1 " width =" 1200px" height =" 630px" />
12+ <img src =" /og_template.png" alt =" og" class =" absolute" width =" 1200px" height =" 630px" />
1313
14- <div class =" relative flex flex-col justify-between my-12 mx-20 z-10" >
15- <h1
16- class =" text-7xl text-[#EDEDED]"
17- style =" font-family : ' Orbitron' , sans-serif " >
18- Solitar
19- </h1 >
14+ <div class =" relative my-12 mx-20" >
15+ <h1 class =" text-7xl text-[#EDEDED]" style =" font-family : Orbitron" >Solitar</h1 >
2016
21- <div class =" flex flex-col " style =" font-family : ' Geist Mono' , monospace " >
17+ <div class =" mt-58 " style =" font-family : Geist Mono" >
2218 <h2 class =" text-5xl text-[#EDEDED]" v-if =" subtitle" >{{ subtitle }}</h2 >
2319 <h3 v-if =" description" class =" text-[#A0A0A0] text-3xl" >
2420 {{ description }}
Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- defineOgImage (" Basic.takumi " );
2+ defineOgImage (" Basic.satori " );
33 </script >
44
55<template >
Original file line number Diff line number Diff line change 22import { useQRCode } from " @vueuse/integrations/useQRCode" ;
33import { type } from " arktype" ;
44
5- defineOgImage (" Basic.takumi " , { subtitle: " ./qr" , description: " Generate QR code for url" });
5+ defineOgImage (" Basic.satori " , { subtitle: " ./qr" , description: " Generate QR code for url" });
66
77const permission = usePermission (" clipboard-read" );
88const inputUrl = ref ();
Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- defineOgImage (" Basic.takumi " , {
2+ defineOgImage (" Basic.satori " , {
33 subtitle: " ./settings" ,
44 description: " customize your solitar experience" ,
55});
You can’t perform that action at this time.
0 commit comments