Explorar el Código

Add filename back

Brent Vatne hace 8 años
padre
commit
f915d70853
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      index.js

+ 1
- 0
index.js Ver fichero

9
   options ?: {
9
   options ?: {
10
     width ?: number;
10
     width ?: number;
11
     height ?: number;
11
     height ?: number;
12
+    filename ?: string;
12
     format ?: "png" | "jpg" | "jpeg" | "webm";
13
     format ?: "png" | "jpg" | "jpeg" | "webm";
13
     quality ?: number;
14
     quality ?: number;
14
     result ?: "file" | "base64" | "data-uri";
15
     result ?: "file" | "base64" | "data-uri";