ππ¦π§ π¦ app - renamed remix dir to app main
This commit is contained in:
parent
cbfcaccd52
commit
1b41384a85
0
remix/.gitignore β app/.gitignore
vendored
0
remix/.gitignore β app/.gitignore
vendored
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -175,6 +175,14 @@
|
||||
"description": "Convert the selected images to the specified format",
|
||||
"mode": "view",
|
||||
"preferences": [
|
||||
{
|
||||
"label": "WEBP",
|
||||
"name": "showWEBP",
|
||||
"description": "Whether to show WEBP as a conversion option",
|
||||
"type": "checkbox",
|
||||
"default": true,
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"title": "Enabled Formats",
|
||||
"label": "ASTC",
|
||||
@ -328,14 +336,6 @@
|
||||
"default": true,
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"label": "WEBP",
|
||||
"name": "showWEBP",
|
||||
"description": "Whether to show WEBP as a conversion option",
|
||||
"type": "checkbox",
|
||||
"default": true,
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"label": "SVG",
|
||||
"name": "showSVG",
|
||||
|
@ -1,13 +1,3 @@
|
||||
/**
|
||||
* @file convert.tsx
|
||||
*
|
||||
* @summary Raycast command to convert selected images between various formats.
|
||||
* @author Stephen Kaplan <skaplanofficial@gmail.com>
|
||||
*
|
||||
* Created at : 2023-07-06 14:53:25
|
||||
* Last modified : 2023-07-06 15:47:53
|
||||
*/
|
||||
|
||||
import { Action, ActionPanel, getPreferenceValues, showToast, Toast, Icon, List, openCommandPreferences, closeMainWindow, showHUD } from "@raycast/api";
|
||||
|
||||
import any from "./operations/anyOperation";
|
||||
|
@ -19,6 +19,7 @@ import runOperation from "./operations/runOperation";
|
||||
* All supported image formats for conversion.
|
||||
*/
|
||||
const FORMATS = [
|
||||
"WEBP",
|
||||
"ASTC",
|
||||
"BMP",
|
||||
"DDS",
|
||||
|
Loadingβ¦
Reference in New Issue
Block a user