Skip to content

Commit

Permalink
add MAX_SIZE again
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Jul 2, 2019
1 parent ffa004a commit 2d350e8
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -9,6 +9,8 @@ import kotlin.math.*
*/
object BlurHashDecoder {

val MAX_SIZE = 20

private val digitCharacters = arrayOf(
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J',
Expand Down

0 comments on commit 2d350e8

Please sign in to comment.