UNPKG

shipthis

Version:

ShipThis manages building and uploading your Godot games to the App Store and Google Play.

7 lines (4 loc) 221 B
import { jsx } from 'react/jsx-runtime'; import { Text } from 'ink'; const Title = ({ children, ...rest }) => /* @__PURE__ */ jsx(Text, { bold: true, ...rest, children: children.toUpperCase() }); export { Title as T };