custom dropdowns

This commit is contained in:
Kyle
2018-11-04 10:50:10 -08:00
parent ba21202c16
commit 47a2e0ae55
2 changed files with 74 additions and 49 deletions

View File

@@ -1,6 +1,5 @@
var transparentCanvas = document.createElement("canvas")
var transparentContext = transparentCanvas.getContext("2d")
document.body.appendChild(transparentCanvas)
//Function that auto the image
function whiteToTransparent(targetImage) {