scratch-paint/src
Paul Kaplan b9398d2f22 Do not use Object.values
This is almost silly because the "keymirror" used to create Modes
actually ensures that the keys and the values of the object are the
same. So replace object.values with object.keys which has complete
browser support.
2017-11-08 08:32:43 -05:00
..
components remove space 2017-11-06 09:07:18 -05:00
containers Do not use Object.values 2017-11-08 08:32:43 -05:00
css Add basic eraser and brush size picker 2017-10-25 13:37:41 -04:00
helper Fix null mode issue 2017-11-03 18:11:48 -04:00
log code review 2017-07-27 00:34:33 -04:00
modes remove pen 2017-10-30 17:49:44 -04:00
playground Add SVG id prop to track costume changes 2017-10-21 16:15:55 -04:00
reducers Offset the pasted item from the original when on the same costume 2017-11-01 18:10:03 -04:00
.eslintrc.js switch to jest 2017-07-26 20:48:35 -04:00
index.js Add group and ungroup 2017-10-24 13:26:43 -04:00