UNPKG

dommetry

Version:

The W3C Geometry Interfaces implemented in JavaScript and polyfilled.

43 lines (28 loc) 1.23 kB
dommetry ======== The W3C [Geometry](http://www.w3.org/TR/cssom-view/#geometry) [Interfaces](http://www.w3.org/TR/geometry-1/) implemented in JavaScript and polyfilled. In the box so far ----------------- ### Interfaces #### Work in progress - [DOMMatrixReadOnly](https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrixReadOnly) - [DOMMatrix](https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrix) #### Up next - [DOMPointReadOnly](https://developer.mozilla.org/en-US/docs/Web/API/DOMPointReadOnly) - [DOMPoint](https://developer.mozilla.org/en-US/docs/Web/API/DOMPoint) #### Under consideration - [DOMRectReadOnly](https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly) - [DOMRect](https://developer.mozilla.org/en-US/docs/Web/API/DOMRect) Contributing ------------ Disclaimer: I'm implementing these interfaces/APIs on an as-needed basis, so this project may not currently include *all* of the interfaces or APIs. Consider bringing the web forward by making a pull request to add missing interfaces, APIs, or performance improvements (especially on the matrix calculations). :] Miscellaneous ------------- The word "dommetry" is a play on the words "geometry" and "DOMMatrix" put together.