Skip to content

Resulting canvas size

timtnlee edited this page Jul 16, 2019 · 4 revisions

Set the width of the resulting canvas to 500 pixel.

this.$refs.clip({ wPixel: 500 })

Set the maximum width of the resulting canvas to 500 pixel.

this.$refs.clip({ MaxWPixel: 500 })
Clone this wiki locally