[FEAT] New Discord
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
<meta name="title" content="Spritesheet generator - Create Game Spritesheets Online">
|
<meta name="title" content="Spritesheet generator - Create Game Spritesheets Online">
|
||||||
<meta name="description" content="Free online tool to create spritesheets for game development. Upload sprites, arrange them, and export as a spritesheet with animation preview.">
|
<meta name="description" content="Free online tool to create spritesheets for game development. Upload sprites, arrange them, and export as a spritesheet with animation preview.">
|
||||||
<meta name="keywords" content="Spritesheet generator, sprite sheet maker, game development, pixel art, sprite animation, game assets, 2D game tools">
|
<meta name="keywords" content="Spritesheet generator, sprite sheet maker, game development, pixel art, sprite animation, game assets, 2D game tools">
|
||||||
<meta name="author" content="nu11ed">
|
<meta name="author" content="streetshadow">
|
||||||
<meta name="robots" content="index, follow">
|
<meta name="robots" content="index, follow">
|
||||||
<link rel="canonical" href="https://spritesheetgenerator.online/">
|
<link rel="canonical" href="https://spritesheetgenerator.online/">
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<div class="max-w-none text-gray-700 dark:text-gray-300">
|
<div class="max-w-none text-gray-700 dark:text-gray-300">
|
||||||
<p class="mb-4 text-base leading-relaxed">Spritesheet generator is a free, open-source tool for creating spritesheets for game development and animation projects. This tool allows you to upload individual sprite images and arrange them into a spritesheet with customizable layout.</p>
|
<p class="mb-4 text-base leading-relaxed">Spritesheet generator is a free, open-source tool for creating spritesheets for game development and animation projects. This tool allows you to upload individual sprite images and arrange them into a spritesheet with customizable layout.</p>
|
||||||
<p class="mb-4 text-base leading-relaxed">Matrix: root@adhd.sh, Discord: nu11ed</p>
|
<p class="mb-4 text-base leading-relaxed">Matrix: root@adhd.sh, Discord: streetshadow</p>
|
||||||
<h4 class="mt-6 mb-3 text-lg font-medium text-gray-900 dark:text-gray-100">How to use:</h4>
|
<h4 class="mt-6 mb-3 text-lg font-medium text-gray-900 dark:text-gray-100">How to use:</h4>
|
||||||
<ol class="list-decimal pl-6 space-y-2 mb-4">
|
<ol class="list-decimal pl-6 space-y-2 mb-4">
|
||||||
<li>Upload your sprite images by dragging and dropping them or clicking the upload area</li>
|
<li>Upload your sprite images by dragging and dropping them or clicking the upload area</li>
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
{ property: 'og:description', content: pageDescription },
|
{ property: 'og:description', content: pageDescription },
|
||||||
{ property: 'og:image', content: pageImage },
|
{ property: 'og:image', content: pageImage },
|
||||||
{ property: 'og:site_name', content: 'Spritesheet Generator' },
|
{ property: 'og:site_name', content: 'Spritesheet Generator' },
|
||||||
{ property: 'article:author', content: computed(() => post.value?.author || 'nu11ed') },
|
{ property: 'article:author', content: computed(() => post.value?.author || 'streetshadow') },
|
||||||
{ property: 'article:published_time', content: computed(() => post.value?.date || '') },
|
{ property: 'article:published_time', content: computed(() => post.value?.date || '') },
|
||||||
|
|
||||||
// Twitter
|
// Twitter
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
image: `https://spritesheetgenerator.online${post.value.image}`,
|
image: `https://spritesheetgenerator.online${post.value.image}`,
|
||||||
author: {
|
author: {
|
||||||
'@type': 'Person',
|
'@type': 'Person',
|
||||||
name: post.value.author || 'nu11ed',
|
name: post.value.author || 'streetshadow',
|
||||||
},
|
},
|
||||||
publisher: {
|
publisher: {
|
||||||
'@type': 'Organization',
|
'@type': 'Organization',
|
||||||
|
|||||||
Reference in New Issue
Block a user