Doug Bacelar
Doug Bacelar
After installing it globally via yarn, it did not generate a required dist folder 🤔 Cloning the repo and running it seems to work fine though.  in `dom.js` currently uses `offsetWidth` and `offsetHeight` to get the elements dimensions. These two attributes always return integer values--disregarding the fractional part * https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetWidth * https://bugs.chromium.org/p/chromium/issues/detail?id=360889 As...