JSPM

  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q44123F
  • 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. Events
  6. Changelog

Installation

CDN

  <script type='module' src="https://unpkg.com/@ppci/source-map@1.0.0/index.js" />

NPM

  npm i @ppci/source-map

Usage

Javascript

import '@ppci/source-map';

Browser

<script type="module" src="https://unpkg.com/@ppci/source-map@1.0.0/index.js" />

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

Theme | Styling

source-map {
  /* todo */
}

Properties

Property Type Description Possible Values
apiKey String Google maps api key

1.0.0

  • Initial version of the source map component.