UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

11 lines (10 loc) 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.processTransform2d = void 0; var _Skia = require("../Skia"); var _types = require("../types"); const processTransform2d = transforms => (0, _types.processTransform)(_Skia.Skia.Matrix(), transforms); exports.processTransform2d = processTransform2d; //# sourceMappingURL=Matrix.js.map