MariusLinders

Results 2 comments of MariusLinders

npm install @babel/core for Babel 7+

I fixed it. The `constrainToSize` function in box.js has a bug on line 212. `minHeight = minHeight * ratio;` must be `minHeight = minWidth * ratio;`