AlloyImage
AlloyImage copied to clipboard
[小BUG]1.2b 不支持传入canvas
如题。之前的版本是可以的。 看了下,问题在于Fix模块的detectVerticalSquash中用了img.naturalWidth 改成img.naturalWidth || img.width即可(+height)