UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

13 lines (12 loc) 591 B
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from "react"; export const Shader = _ref => { let { uniforms = {}, ...props } = _ref; return /*#__PURE__*/React.createElement("skShader", _extends({ uniforms: uniforms }, props)); }; //# sourceMappingURL=Shader.js.map