UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

25 lines (24 loc) 445 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const spaceProps = { wrap: Boolean, size: { type: [Number, String], default: "default" }, direction: { type: String, default: "horizontal" }, split: [String, Object], align: { type: String, default: "center" }, fill: Boolean, fillRatio: { type: Number, default: 100 } }; exports.spaceProps = spaceProps;