UNPKG

openapi-generate-html

Version:

Generate standalone HTML from OpenAPI Specification

8 lines (7 loc) 187 B
export const UI = { STOPLIGHT: 'stoplight', SWAGGER: 'swagger', REDOC: 'redoc', } export const THEME = ['light', 'dark'] export const ENABLE_INPUT_EXTS = ['.json', '.yaml', '.yml']