ValeriaVG/pixel-vg

Add ability to change the size of the drawing board

ValeriaVG opened this issue · 0 comments

Currently, the only way to change the size of the drawing board is to change the hardcoded value on the local copy.

Let's add the ability to set the size variable via UI.

For example:

  • add <input type="number" />
  • bind it's value to size variable
  • ensure that canvas calls render() on size change