svg-term
Version:
Share terminal sessions via SVG and CSS
14 lines • 531 B
JavaScript
;
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const React = __importStar(require("react"));
exports.Viewbox = props => {
return React.createElement("g", null, props.children);
};
//# sourceMappingURL=Viewbox.js.map