UNPKG

canvasimo

Version:

An HTML5 canvas drawing library, with 150+ useful methods, jQuery-like fluent interface, and cross-browser compatibility enhancements.

13 lines (11 loc) 185 B
const getBoundingClientRect = () => { return { top: 0, left: 0, right: 50, bottom: 50, width: 100, height: 100, }; }; export default getBoundingClientRect;