remove from array
This commit is contained in:
parent
74a9252077
commit
c8856800a7
6 changed files with 138 additions and 151 deletions
|
|
@ -3,8 +3,8 @@ import type { FormatEnum } from "sharp";
|
|||
|
||||
// declare possible conversions
|
||||
export const properties = {
|
||||
from: ["jpeg", "png", "webp", "gif", "avif", "tiff", "svg"],
|
||||
to: ["jpeg", "png", "webp", "gif", "avif", "tiff"],
|
||||
from: { images: ["jpeg", "png", "webp", "gif", "avif", "tiff", "svg"] },
|
||||
to: { images: ["jpeg", "png", "webp", "gif", "avif", "tiff"] },
|
||||
options: {
|
||||
svg: {
|
||||
scale: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue