Noah Laux
Noah Laux
Hi guys, I got tired of compiler errors and thought about if it was possible to describe the operators in a json-schema to get real time validation in supported IDEs....
**Is your feature request related to a problem? Please describe.** I'd like to be able to utilize the different resizing models for pixel perfect measuring **Describe the solution you'd like**...
This PR provides a way to provide options to the underlying `ResizeObserver`. ## Usage ```js useResizeObserver(target, (entry) => setSize(entry.contentRect), { box: ['device-pixel-content-box']} ); ``` Closes #298
Changes proposed in this pull request: - A little cleaner example finding the primary screen
Since `rollup` is not part of this repo anymore, there shouldn't be a script for it.