JSPM

  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q44044F
  • License ISC

Source map

Package Exports

  • @ppci/source-map

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 (@ppci/source-map) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Source Map

Map component that loads in a source clusters

Table of contents

  1. Installation
  2. Usage
  3. Theme | Styling
  4. Properties
  5. Changelog

Installation

NPM

  npm i @ppci/source-map

Usage

Javascript

import '@ppci/source-map';

Browser

<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci/source-map/builds/index.min.js" />

<source-map
  apiKey="String"
></source-map>

Theme | Styling

source-map {
  /* todo */
}

Properties

Property Type Description Possible Values
apiKey String Google maps api key

Changelog

1.0.3

  • Bundled and minified versions of component

1.0.2

  • Bundled and minified versions of component

1.0.1

  • Bundled and minified versions of component

1.0.0

  • Initial version of the source map component.