Guest User

Untitled

a guest
Jun 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. const margin = { top: 20, right: 20, bottom: 250, left: 50 };
  2. const previewMargin = { top: 10, right: 10, bottom: 15, left: 30 };
  3. const width = 750 - margin.left - margin.right;
  4. const height = 615 - margin.top - margin.bottom;
  5.  
  6. const ratio = 4;
  7.  
  8. const previewWidth = width / ratio;
  9. const previewHeight = height / ratio;
Add Comment
Please, Sign In to add comment