dynobo/noteto

Scale the paper to screensize

dynobo opened this issue · 1 comments

Currently the "paper-canvas" is fixed-size with the dimensions of the final PNG needed for reMarkable.
This is cumbersome, as the user has to do a lot of scrolling and doesn't get an overview on the whole template.

  • Scale everything to fit on the screen
  • The difficulty hereby is to make interact.js still behave naturally (e.g. dragging/resizing)

Solved with #47