Compare commits
7 commits
calling-te
...
main
Author | SHA1 | Date | |
---|---|---|---|
d5d90fb3be | |||
33623e182b | |||
a8b6559682 | |||
0d34338f84 | |||
e58f8147e1 | |||
efe4ba9e98 | |||
7f771b10fa |
6 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,7 @@
|
|||
# Embroidery Viewer
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
A free online tool to view embroidery files.
|
||||
|
@ -9,4 +11,4 @@ Available at https://embroideryviewer.xyz.
|
|||
|
||||
Current supported formats: **.pes, .dst, .pec, .jef and .exp**.
|
||||
|
||||
Inspired by https://github.com/redteam316/html5-embroidery.git..
|
||||
Inspired by https://github.com/redteam316/html5-embroidery.git.
|
||||
|
|
BIN
logo.webp
Normal file
BIN
logo.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "embroidery-viewer",
|
||||
"private": true,
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"banner.subtitle": "We’re launching the <strong style=\"color: white\">Embroidery Viewer Android App </strong> — and you can be one of the first to try it!",
|
||||
"banner.description": "Enjoy a smooth, ad-free experience to visualize PES, JEF, PEC, and VP3 embroidery files right from your phone. Help us improve it and get early access before everyone else.",
|
||||
"banner.name": "Name",
|
||||
"banner.email": "Email",
|
||||
"banner.email": "Google Account Email (used for accessing the Play Store)",
|
||||
"banner.cta": "Join the Beta",
|
||||
"banner.cta.loading": "Joining...",
|
||||
"banner.feedback.success": "Name and email sent successfully! We'll contact you soon!",
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"banner.subtitle": "Estamos lançando o aplicativo <strong style=\"color: white\">Embroidery Viewer para Android</strong> — e você pode ser um dos primeiros a experimentá-lo!",
|
||||
"banner.description": "Desfrute de uma experiência fluida e sem anúncios para visualizar arquivos de bordado PES, JEF, PEC e VP3 diretamente do seu celular. Ajude-nos a melhorá-lo e obtenha acesso antecipado antes de todo mundo.",
|
||||
"banner.name": "Nome",
|
||||
"banner.email": "Email",
|
||||
"banner.email": "E-mail da sua conta Google (usada na Play Store)",
|
||||
"banner.cta": "Seja um Testador",
|
||||
"banner.cta.loading": "Enviando...",
|
||||
"banner.feedback.success": "Nome e e-mail enviados com sucesso! Entraremos em contato em breve!",
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<input type="text" name="name" id="name" oninput={resetFeedback} required />
|
||||
|
||||
<label for="email">{$t("home.banner.email")}</label>
|
||||
<input type="email" name="_replyto" id="email" oninput={resetFeedback} required />
|
||||
<input type="email" name="email" id="email" oninput={resetFeedback} required />
|
||||
|
||||
<button type="submit">{$t(loading ? 'home.banner.cta.loading' : 'home.banner.cta') }</button>
|
||||
{#if feedbackMessage !== null}
|
||||
|
|
Loading…
Add table
Reference in a new issue