Merge pull request #51 from imsyf/master

Set color picker default value to black
pull/53/head
Brad Traversy 5 years ago committed by GitHub
commit 773d1f3554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,8 @@ const ctx = canvas.getContext('2d');
let size = 10
let isPressed = false
let color = 'black'
colorEl.value = 'black'
let color = colorEl.value
let x
let y

Loading…
Cancel
Save