pwambach / angular-canvas-painter

Angular.js directive to paint on a canvas on desktop or touch devices
MIT License
116 stars 35 forks source link

Add option to resize the viewport according to the pw-canvas element so that the maximum viewport size is used. #38

Open SmokyBot opened 1 year ago

SmokyBot commented 1 year ago

usage: in the options add:

<div pw-canvas options="{resize: true, ....}"

SmokyBot commented 1 year ago

Please do check for code quality though. This is working in my project but should be verified before merging