mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-15 05:56:36 +00:00
feat: flatten lib/preview -> lib folder
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
import { ToolError } from "$lib/core/errors";
|
||||
import { decodeFile, encode } from "$lib/core/io";
|
||||
import type { PixelImage } from "$lib/core/types";
|
||||
import { execute } from "$lib/executor";
|
||||
import { t } from "$lib/i18n/t";
|
||||
import { execute } from "$lib/preview/executor";
|
||||
import type { ToolEntry } from "$lib/registry-new";
|
||||
import {
|
||||
defaultSchemaParams,
|
||||
|
||||
@@ -35,10 +35,6 @@
|
||||
padding: var(--space-s) var(--space-m);
|
||||
cursor: pointer;
|
||||
}
|
||||
.lang-div {
|
||||
color: var(--color-text);
|
||||
font-family: var(--font-sans);
|
||||
}
|
||||
.lang-btn.active {
|
||||
background: var(--color-text);
|
||||
color: var(--color-background);
|
||||
|
||||
Reference in New Issue
Block a user