mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix emojis #41.
This commit is contained in:
@ -50,7 +50,7 @@ interface Emoji {
|
||||
category: string
|
||||
}
|
||||
|
||||
const SHEET_COLUMNS = 57
|
||||
const SHEET_COLUMNS = 58
|
||||
const MULTIPLY = 100 / (SHEET_COLUMNS - 1)
|
||||
|
||||
const css: string[] = []
|
||||
|
Reference in New Issue
Block a user