update viewpoint values

pull/5899/head
sawhney17 2022-06-29 15:12:52 +04:00
parent c3b2d3c67f
commit 8bcfb4f714
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export class TLViewport {
static readonly minZoom = 0.25
static readonly maxZoom = 4
static readonly zooms = [0.25, 0.5, 1, 2, 4]
static readonly zooms = [0.25, 0.5, 1, 1.5 , 2, 3, 4]
/* ------------------- Properties ------------------- */