maxrects-packer
maxrects-packer copied to clipboard
Example broken
The main example has this invalid object in the input:
{width: 2000, height: 2000, name: "oversized background", {frameWidth: 500, frameHeight: 500}},
Looks like any name is accepted, though, I'm not 100% sure:
{width: 2000, height: 2000, name: "oversized background", some_invalid_name: {frameWidth: 500, frameHeight: 500}},