forked from olcxjas-softworks/LarpixClient
big updat:
- update dependencies - add webp support and webp conversion for profile images
This commit is contained in:
parent
19c3dbb42d
commit
95aaaa69ea
244 changed files with 121382 additions and 86 deletions
19
node_modules/super-image-cropper/esm/lib/synthetic-gif.d.ts
generated
vendored
Normal file
19
node_modules/super-image-cropper/esm/lib/synthetic-gif.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
import { ICommonCropOptions, ICropperOptions } from '../index';
|
||||
import { IOutputTypeUnion } from '../index';
|
||||
export interface IFrameCropperProps {
|
||||
commonCropOptions: ICommonCropOptions;
|
||||
frames: ImageData[];
|
||||
frameDelays: number[];
|
||||
gifJsOptions?: ICropperOptions['gifJsOptions'];
|
||||
outputType?: IOutputTypeUnion;
|
||||
}
|
||||
export declare class SyntheticGIF {
|
||||
private cropperJsOpts;
|
||||
private frames;
|
||||
private frameDelays;
|
||||
private gifJsOptions;
|
||||
private outputType;
|
||||
constructor({ frames, commonCropOptions, frameDelays, gifJsOptions, outputType }: IFrameCropperProps);
|
||||
bootstrap(): Promise<string | Blob>;
|
||||
private convertBlob2Base64;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue