"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 = SkiaApi;
exports.Skia = Skia;
//# sourceMappingURL=Skia.js.map