JSPM

  • Created
  • Published
  • 0
  • Score
    100M100P100Q56507F
  • License ISC

Usage origin

Package Exports

  • @ppci/usage-origin

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

Readme

Usage Origin

Table of contents

  1. Installation
  2. Usage

Installation

NPM

npm i @ppci/usage-origin

// Polyfill: https://lit-element.polymer-project.org/guide/use#polyfills
npm i --save-dev @webcomponents/webcomponentsjs

Usage

Javascript

import '@ppci/usage-origin'

Browser

<!-- Default -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci/usage-origin/builds/index.min.js" />

<!-- Legacy -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci/usage-origin/builds/legacy.min.js" />

<!-- Component -->
<usage-origin></usage-origin>