This commit is contained in:
Kyle
2018-11-07 16:14:04 -08:00
parent 46ea4a65fe
commit d46747be13
2 changed files with 28 additions and 23 deletions

View File

@@ -528,6 +528,9 @@ a:active {
<script crossorigin="anonymous">
//Need to do these things first!
cardWidth = 749
cardHeight = 1044
//Create the canvas for creating the border image
var borderCanvas = document.createElement("canvas")
var border = borderCanvas.getContext("2d")