JSPM

  • Created
  • Published
  • Downloads 1595
  • Score
    100M100P100Q101672F
  • License UNLICENSED

Package Exports

  • @scalar/swagger-editor
  • @scalar/swagger-editor/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@scalar/swagger-editor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Scalar Swagger Editor

Version Downloads License Discord

Installation

npm install @scalar/swagger-editor

Usage

<script setup>
import { SwaggerEditor } from '@scalar/swagger-editor'
</script>

<template>
  <SwaggerEditor value="{ … }" />
</template>