UNPKG

victory-native

Version:

[![Victory Native](https://oss.nearform.com/api/banner?badge=victory&text=victory+native&bg=9c2f1e)](https://commerce.nearform.com/open-source/victory-native/)

7 lines (6 loc) 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.boundsToClip = void 0; const react_native_skia_1 = require("@shopify/react-native-skia"); const boundsToClip = (bounds) => (0, react_native_skia_1.rect)(bounds.left, bounds.top, bounds.right - bounds.left, bounds.bottom - bounds.top); exports.boundsToClip = boundsToClip;