move constant

This commit is contained in:
casperlamboo 2017-11-03 00:29:59 +01:00
parent f0c4af7b35
commit b6e39b1dbf
2 changed files with 1 additions and 1 deletions

View File

@ -8,3 +8,4 @@ export const MAX_CAMERA_PAN = 150;
// TODO: move this to twist factor in interface
// and converting old files on open once
export const LEGACY_HEIGHT_STEP = 10;
export const MAX_ANGLE = 30; // if shape has an corner sharper then MAX_ANGLE said corner will be sharp

View File

@ -3,7 +3,6 @@ import bowser from 'bowser';
export const SHAPE_CACHE_LIMIT = 50;
export const IS_CORDOVA = typeof cordova !== 'undefined';
export const MAX_ANGLE = 30; // if shape has an corner sharper then MAX_ANGLE said corner will be sharp (3D)
export const PIXEL_RATIO = 1.0;
// On android and iOS autofocus means the keyboard pops up for one second and then hides
// Disable autofocus on these devices