mirror of
https://github.com/borbann-platform/srs-document.git
synced 2025-12-18 12:14:04 +01:00
13 lines
211 B
JavaScript
13 lines
211 B
JavaScript
const macros = {
|
|
geometry: {
|
|
signature: "m",
|
|
renderInfo: { breakAround: true, pgfkeysArgs: true }
|
|
}
|
|
};
|
|
const environments = {};
|
|
export {
|
|
environments,
|
|
macros
|
|
};
|
|
//# sourceMappingURL=index.js.map
|