mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
Fixed watermarks and added automatic image cropping
This commit is contained in:
@@ -5,6 +5,7 @@ function loadImage(event, destination, arg) {
|
||||
reader.onload = function() {
|
||||
var dataURL = reader.result
|
||||
destination.src = dataURL
|
||||
destination.cropped = false
|
||||
}
|
||||
reader.readAsDataURL(input.files[0])
|
||||
}
|
||||
|
Reference in New Issue
Block a user