UNPKG

@cf-wasm/og

Version:

Generate Open Graph Images dynamically from HTML/CSS without a browser.

12 lines (11 loc) 215 B
// src/core/constants.ts var Container = class { get encoder() { this._encoder ?? (this._encoder = new TextEncoder()); return this._encoder; } }; var CONTAINER = new Container(); export { CONTAINER };