This commit is contained in:
Roman Kozlov 2018-04-05 17:27:17 +03:00
parent 31c13f68f5
commit 08179af7f6
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ const frameleft = parseInt(width / 7);
const frameTop = parseInt(height / 2.75);
const frameWidth = width - 2 * frameleft;
const frameHeight = height - 2 * frameTop;
console.log('NIGA', `w=${width} h=${height} l=${frameleft} t=${frameTop}`);
export default class CameraScreen extends Component {