mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
custom dropdowns
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user