scottpal

Results 1 comments of scottpal

> @rigoparis hey, mine works > here's my method to get the image > > getDraw(args) { > const pad = this.$refs.DrawingPad.nativeView; > pad.getDrawing().then( > data => { > console.log(data);...