@cf-wasm/og
Version:
Generate Open Graph Images dynamically from HTML/CSS without a browser.
14 lines (13 loc) • 369 B
JavaScript
//#region src/core/constants.ts
/** On demand value */
var Container = class {
get encoder() {
var _this$_encoder;
(_this$_encoder = this._encoder) !== null && _this$_encoder !== void 0 || (this._encoder = new TextEncoder());
return this._encoder;
}
};
const CONTAINER = new Container();
//#endregion
export { CONTAINER };
//# sourceMappingURL=constants.js.map