Initial commit: форма заявки на страховое возмещение
This commit is contained in:
10
libs/heic2any/heic2any-master/dist/heic2any.d.ts
vendored
Normal file
10
libs/heic2any/heic2any-master/dist/heic2any.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import "./gifshot";
|
||||
import "./libheif";
|
||||
declare function heic2any({ blob, toType, quality, gifInterval, multiple, }: {
|
||||
blob: Blob;
|
||||
multiple?: true;
|
||||
toType?: string;
|
||||
quality?: number;
|
||||
gifInterval?: number;
|
||||
}): Promise<Blob | Blob[]>;
|
||||
export default heic2any;
|
||||
285
libs/heic2any/heic2any-master/dist/heic2any.js
vendored
Normal file
285
libs/heic2any/heic2any-master/dist/heic2any.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
libs/heic2any/heic2any-master/dist/heic2any.min.js
vendored
Normal file
1
libs/heic2any/heic2any-master/dist/heic2any.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user