adding stickers on click

This commit is contained in:
Fedor Katurov 2019-12-30 17:35:37 +07:00
parent e0048d1fc3
commit 6db2809de5
11 changed files with 83 additions and 20 deletions

View file

@ -1,8 +1,5 @@
export interface IModes {
[x: string]: string,
}
export const MODES: IModes = {
export const MODES = {
POLY: 'POLY',
STICKERS: 'STICKERS',
STICKERS_SELECT: 'STICKERS_SELECT',