mirror of
https://github.com/borbann-platform/srs-document.git
synced 2025-12-18 12:14:04 +01:00
13 lines
324 B
JavaScript
13 lines
324 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
const macros = {
|
|
geometry: {
|
|
signature: "m",
|
|
renderInfo: { breakAround: true, pgfkeysArgs: true }
|
|
}
|
|
};
|
|
const environments = {};
|
|
exports.environments = environments;
|
|
exports.macros = macros;
|
|
//# sourceMappingURL=index.cjs.map
|