"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Skia = void0;
/*global SkiaApi*//**
* Declares the SkiaApi as an available object in the global scope
*/constSkia = exports.Skia = SkiaApi;
//# sourceMappingURL=Skia.js.map