2023-11-3-1
This commit is contained in:
@@ -11,7 +11,7 @@ const getJpeg = dom =>{
|
||||
imgHeight
|
||||
let w = undefined
|
||||
newImage.onload = function () {
|
||||
w = this.width * .8
|
||||
w = this.width * 1
|
||||
imgWidth = this.width
|
||||
imgHeight = this.height
|
||||
let canvas = document.createElement('canvas')
|
||||
|
||||
Reference in New Issue
Block a user