Closed jennschiffer closed 6 years ago
Right now each pixels object has a size. This should be changed to scale and it will be a scale of a pxif property called size. As such:
pixels
size
scale
pxif
"pxif": { "size" : 15, "pixels" : [ { "x" : 0, "y" : 0, "color" : "", "scale" : 1 } ], "dataURL" : "" }
This is the culmination of a discussion with @brianloveswords and @rwaldron, both good people™.
Right now each
pixels
object has asize
. This should be changed toscale
and it will be a scale of apxif
property calledsize
. As such:This is the culmination of a discussion with @brianloveswords and @rwaldron, both good people™.