Does not work with any new artist frames

Does not work with any new artist frames. Please do an update to make sign artist work with the new artist frame items.

add this to your file after the line 918 ["carvable.pumpkin"] = new ImageSize(64, 128),

add following content to the file after the line aboive 
//Artist DLC
                ["lightupframe.small"] = new ImageSize(128, 175),
                ["lightupframe.xl"] = new ImageSize(512, 512),
                ["lightupframe.large"] = new ImageSize(320, 256),
                ["lightupframe.standing"] = new ImageSize(128, 175),
                ["goldframe.small"] = new ImageSize(256, 1024),
                ["goldframe.standing"] = new ImageSize(128, 320),
                ["goldframe.xxl"] = new ImageSize(1024, 512),
                ["lightupframe.xxl"] = new ImageSize(1024, 512),
                ["scrapframe.small"] = new ImageSize(128, 175),
                ["paintable_reactive_target.deployed"] = new ImageSize(256, 256),
                ["window.paintable"] = new ImageSize(512, 256),
                ["goldframe.large"] = new ImageSize(320, 256),
                ["scrapframe.large"] = new ImageSize(256, 1024),
                ["goldframe.xl"] = new ImageSize(512, 512),
                ["scrapframe.standing"] = new ImageSize(128, 320),
                ["scrapframe.xl"] = new ImageSize(512, 512),
                ["scrapframe.xxl"] = new ImageSize(1024, 512),
                ["sign.artistcanvas.xxl"] = new ImageSize(1024, 512),
                ["sign.artistcanvas.xl"] = new ImageSize(512, 512),
                ["sign.artistcanvas.l"] = new ImageSize(256, 640),
                ["sign.artistcanvas.xs"] = new ImageSize(192, 256),
                ["sign.artistcanvas.m"] = new ImageSize(320, 240),