summaryrefslogtreecommitdiff
path: root/public/playground.html
AgeCommit message (Collapse)AuthorFilesLines
2013-06-27Comment image dye code and make it easy to grab test dye from playground.Jared Adams1-0/+2
2013-06-26Add mp.dye.asDyeString(dye) and fix up some HTMLJared Adams1-7/+9
2013-06-25Add basic dye tool.Jared Adams1-10/+3
2013-06-26Implement dyeImageFreeyorp1-0/+32
Split loadImage into a common resource.js Add a compatability check for both canvas-node and browser functionality Note that the generated dyed image is off-by-one to the tested TMWW image. The algorithm needs verification and possibly correction. Either way, it's close enough by the eye.