Sticker creator updates: new 200 sticker max, WebP supported

This commit is contained in:
Ken Powers 2019-12-19 18:27:02 -05:00 committed by Scott Nonnenberg
parent 94f52edbd0
commit fe65fd3eaa
15 changed files with 148 additions and 31 deletions

View file

@ -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) => {