Sticker creator updates: new 200 sticker max, WebP supported
This commit is contained in:
parent
94f52edbd0
commit
fe65fd3eaa
15 changed files with 148 additions and 31 deletions
|
@ -11,7 +11,7 @@ import { stickersDuck } from '../store';
|
|||
import { DropZone, Props as DropZoneProps } from '../elements/DropZone';
|
||||
import { convertToWebp } from '../util/preload';
|
||||
|
||||
const queue = new PQueue({ concurrency: 5 });
|
||||
const queue = new PQueue({ concurrency: 3 });
|
||||
|
||||
const SmartStickerFrame = SortableElement(
|
||||
({ id, showGuide, mode }: StickerFrameProps) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue