From: Fuwn Date: Sat, 19 Mar 2022 01:34:12 +0000 (-0700) Subject: feat(languages): advanced image metadata X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=0f277c25dd77c14e2fb9a1d4009028b3821f7d3d;p=frontend-next.git feat(languages): advanced image metadata --- diff --git a/src/routes/language.svelte b/src/routes/language.svelte index 55340a0..da3f77b 100644 --- a/src/routes/language.svelte +++ b/src/routes/language.svelte @@ -87,8 +87,9 @@ SPDX-License-Identifier: GPL-3.0-only -->

Could not locate that specific image! - Wanna go back to language - homepage? + Wanna go + back + to language homepage?

@@ -98,8 +99,9 @@ SPDX-License-Identifier: GPL-3.0-only --> {:else if image}

- Wanna go back to language - homepage? + Wanna go + back + to language homepage?

@@ -109,6 +111,16 @@ SPDX-License-Identifier: GPL-3.0-only --> /> +

Information

+

+ Want to know more information about this specific anime scene? Like + what anime and episode it's from, frame, studio, where you can watch + it, and a bunch of other information); Visit + this + link! +

+ +

Attributes

Attributes attributes = {
 direct_link: "url",
@@ -116,6 +128,23 @@ SPDX-License-Identifier: GPL-3.0-only -->  fetch_time: {fetchTime}, /* ms */
};

+ +

Development Information

+

+ The aforementioned link does have an API which can provide direct data + about images and could be integrated directly into this website, + however, there is a ratelimit of around one-thousand, low-tier + requests per day without a paid subscription, which is why the link is + outbound. +

+

+ Integrating the API into this website is a future goal, however, it is + not financially viable at the moment for this project. If you'd like + to support the project to reach future goals, you can donate at + + github.com/sponsors/senpy-club + . +

{/if} {:else}