UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

14 lines (13 loc) 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JsiSkPathEffect = void 0; var _Host = require("./Host"); class JsiSkPathEffect extends _Host.HostObject { constructor(CanvasKit, ref) { super(CanvasKit, ref, "PathEffect"); } } exports.JsiSkPathEffect = JsiSkPathEffect; //# sourceMappingURL=JsiSkPathEffect.js.map