@jkun/watermark
Version:
Stencil Component Starter
22 lines (16 loc) • 949 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-e5b4f6a6.js');
/*
Stencil Client Patch Esm v2.20.0 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return index.promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
return index.bootstrapLazy([["ivy-watermark.cjs",[[1,"ivy-watermark",{"width":[1],"height":[1],"content":[1],"rotate":[1],"zIndex":[1,"z-index"],"fontSize":[1,"font-size"],"fontWeight":[1,"font-weight"],"fontStyle":[1,"font-style"],"fontColor":[1,"font-color"],"fontFamily":[1,"font-family"],"gapX":[1,"gap-x"],"gapY":[1,"gap-y"],"offsetY":[1,"offset-y"],"offsetX":[1,"offset-x"],"image":[32],"waterSrc":[32],"backgroundSize":[32],"watermarkIndex":[32]}]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;